All of lore.kernel.org
 help / color / mirror / Atom feed
From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [ovmf baseline-only test] 71217: all pass
Date: Fri, 21 Apr 2017 19:12:26 +0100	[thread overview]
Message-ID: <osstest-71217-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

flight 71217 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/71217/

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 205a4b0c15372c004a947b6873f711805415f542
baseline version:
 ovmf                 75ce7ef7cf054e1a266ae0e54c19a1ab66d80c6e

Last test of basis    71215  2017-04-21 07:47:11 Z    0 days
Testing same since    71217  2017-04-21 15:49:30 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Jeff Fan <jeff.fan@intel.com>
  Jiaxin Wu <jiaxin.wu@intel.com>
  Wu Jiaxin <jiaxin.wu@intel.com>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit 205a4b0c15372c004a947b6873f711805415f542
Author: Jiaxin Wu <jiaxin.wu@intel.com>
Date:   Mon Apr 17 16:06:04 2017 +0800

    MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issue
    
    v3:
    * Add NULL string check.
    
    v2:
    * Define new STR_FORM_NETWORK_DEVICE_TITLE_HEAD for L" Network Device "
    instead of hard code in the code.
    
    Network device tile (STR_FORM_NETWORK_DEVICE_TITLE) is dynamic adjusted
    according the different MAC value. So, the string value shouldn't be treated
    as a constant string (Network Device). Otherwise, the display will be
    incorrect.
    
    Reproduce: Device Manager->Network Device List, select to enter MAC, then to
    press ESC back to previous page, then re-enter, found each enter/ESC operation,
    the MAC address display +1.
    
    Cc: Eric Dong <eric.dong@intel.com>
    Cc: Ye Ting <ting.ye@intel.com>
    Cc: Fu Siyuan <siyuan.fu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
    Reviewed-by: Ye Ting <ting.ye@intel.com>
    Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
    Reviewed-by: Eric Dong <eric.dong@intel.com>

commit 17b25f520302f813a50f7876edc2e8fc901e7a7c
Author: Jiaxin Wu <jiaxin.wu@intel.com>
Date:   Fri Apr 21 10:15:27 2017 +0800

    MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configuration
    
    Cc: Ye Ting <ting.ye@intel.com>
    Cc: Fu Siyuan <siyuan.fu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
    Reviewed-by: Ye Ting <ting.ye@intel.com>
    Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>

commit 8ca417688363da941b329ce134e074971e864c34
Author: Jiaxin Wu <jiaxin.wu@intel.com>
Date:   Mon Apr 10 10:30:38 2017 +0800

    NetworkPkg/TlsAuthConfigDxe: Close and free the file related resource
    
    v2:
    * Define one new internal function to clean the file content.
    
    TlsAuthConfigDxe open file by FileExplorerLib. It need to close
    file handler and free file related resource in some cases.
    * User enrolls Cert by escape the Config page.
    * The Cert is not X509 type.
    * User chooses another file after he selected a file.
    
    Cc: Zhang Chao B <chao.b.zhang@intel.com>
    Cc: Ye Ting <ting.ye@intel.com>
    Cc: Fu Siyuan <siyuan.fu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
    Reviewed-by: Chao Zhang<chao.b.zhang@intel.com>

commit 8cdd559be622f7a35731b7f973d8b82d1c9e303e
Author: Jiaxin Wu <jiaxin.wu@intel.com>
Date:   Mon Apr 17 11:26:34 2017 +0800

    NetworkPkg: Correct the proxy DHCP offer handing
    
    When PXE10/WFM11a offer received, we should only cache
    the first PXE10/WFM11a offer, and discard the others. But
    Current we discard all PXE10/WFM11a offer. This patch is
    to fix this issue.
    
    Cc: Ye Ting <ting.ye@intel.com>
    Cc: Fu Siyuan <siyuan.fu@intel.com>
    Cc: Zhang Lubo <lubo.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
    Reviewed-by: Ye Ting <ting.ye@intel.com>

commit ad18ec95437e6947ba4190f2b281659999db880b
Author: Jiaxin Wu <jiaxin.wu@intel.com>
Date:   Fri Apr 14 09:44:50 2017 +0800

    MdeModulePkg/Ip4Dxe:  Fix the incorrect RemoveEntryList
    
    Cc: Subramanian Sriram <sriram-s@hpe.com>
    Cc: Ye Ting <ting.ye@intel.com>
    Cc: Fu Siyuan <siyuan.fu@intel.com>
    Cc: Zhang Lubo <lubo.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
    Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
    Reviewed-by: Sriram Subramanian <sriram-s@hpe.com>

commit 6893b16fb9f8afef71ae4e9e3dead6bb685f6994
Author: Jiaxin Wu <jiaxin.wu@intel.com>
Date:   Wed Apr 12 16:36:11 2017 +0800

    NetworkPkg/HttpDxe: Fix HTTP download OS image over 4G size failure
    
    UINT32 integer overflow will happen once the download OS image over
    4G size. This patch is to fix this issue.
    
    Cc: Ye Ting <ting.ye@intel.com>
    Cc: Fu Siyuan <siyuan.fu@intel.com>
    Cc: Zhang Lubo <lubo.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
    Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
    Reviewed-by: Ye Ting <ting.ye@intel.com>
    Reviewed-by: Sriram Subramanian <sriram-s@hpe.com>

commit d3d562b90419596a1c7dec75d1b49a89b968ead1
Author: Jeff Fan <jeff.fan@intel.com>
Date:   Thu Apr 20 14:08:53 2017 +0800

    MdeModulePkg/FirmwarePerformanceDxe: Error Level is not used correctly
    
    Cc: Feng Tian <feng.tian@intel.com>
    Cc: Star Zeng <star.zeng@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

                 reply	other threads:[~2017-04-21 18:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-71217-mainreport@xen.org \
    --to=citrix-osstest@xenproject.org \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.