From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH RFC 0/5] OSSTest: OVMF guest test case Date: Tue, 10 Dec 2013 17:19:31 +0000 Message-ID: <1386695976-24340-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Wei Liu , ian.jackson@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org This series implements a basic test case for OVMF guest. The test case will install an OVMF guest and try to boot it. OVMF will need to build for amd64 target and used with QEMU upstream. Not very sure whether I did the right thing to make-flight and sg-run-job though. Wei. Wei Liu (5): TestSupport.pm: add bios option to guest config file Build OVMF for Xen-unstable Introduce ts-ovmf-debian-install make-flight: OVMF test filght sg-run-job: OVMF job Osstest/TestSupport.pm | 5 + make-flight | 16 ++- sg-run-job | 6 ++ ts-ovmf-debian-install | 251 ++++++++++++++++++++++++++++++++++++++++++++++++ ts-xen-build | 6 +- 5 files changed, 282 insertions(+), 2 deletions(-) create mode 100755 ts-ovmf-debian-install -- 1.7.10.4