xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC V3 0/7] OSSTest: OVMF test job
@ 2013-12-12 21:02 Wei Liu
  2013-12-12 21:02 ` [PATCH RFC V3 1/7] make-flight: disable OVMF build for 4.3 Wei Liu
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Wei Liu @ 2013-12-12 21:02 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, ian.jackson, ian.campbell

RFC v3 of this series

This series implements a basic test job for OVMF guest. The test case will
install an OVMF guest and try to boot it.

I've tried my best to factor out common code. :-)

Now the preseed data in the test case only contains essential items -
partitioning recipe, late_command and two other items.

As for the file manipulation code, it has a small portion (first 6 lines as
IanJ pointed out) that's copied from ts-redhat-install, but I don't see a
sensible to factor out that 6 lines of command.

I basically didn't touch that last two patches as IanJ will take care of them
when he takes this series.

Wei.

Changes in v3:
* consolidate more config items into preseed_base
* ts-ovmf-debian-install -> ts-debian-hvm-install
* factor out functions to create ISOs.
* $xl -> $toolstack in test case script
* add $flight $job and $gn to all file paths

Changes in v2:
* factor out preseed_base
* make installation CD work with seabios


Wei Liu (7):
  make-flight: disable OVMF build for 4.3
  TestSupport.pm: add bios option to guest config file
  TestSupport.pm: functions for creating isos
  Debian.pm: factor out preseed_base
  Introduce ts-debian-hvm-install
  make-flight: OVMF test filght
  sg-run-job: OVMF job

 Osstest/Debian.pm      |  143 +++++++++++++++++++---------------
 Osstest/TestSupport.pm |   33 ++++++++
 make-flight            |    7 ++
 sg-run-job             |    6 ++
 ts-debian-hvm-install  |  202 ++++++++++++++++++++++++++++++++++++++++++++++++
 ts-redhat-install      |   13 +---
 6 files changed, 332 insertions(+), 72 deletions(-)
 create mode 100755 ts-debian-hvm-install

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2014-03-20 17:14 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12 21:02 [PATCH RFC V3 0/7] OSSTest: OVMF test job Wei Liu
2013-12-12 21:02 ` [PATCH RFC V3 1/7] make-flight: disable OVMF build for 4.3 Wei Liu
2013-12-12 21:06   ` Wei Liu
2013-12-12 21:02 ` [PATCH RFC V3 2/7] TestSupport.pm: add bios option to guest config file Wei Liu
2013-12-12 21:03 ` [PATCH RFC V3 3/7] TestSupport.pm: functions for creating isos Wei Liu
2014-03-20 16:10   ` Ian Jackson
2014-03-20 16:56     ` Wei Liu
2014-03-20 17:04       ` Ian Jackson
2013-12-12 21:03 ` [PATCH RFC V3 4/7] Debian.pm: factor out preseed_base Wei Liu
2014-03-20 16:10   ` Ian Jackson
2013-12-12 21:03 ` [PATCH RFC V3 5/7] Introduce ts-debian-hvm-install Wei Liu
2014-03-20 16:13   ` Ian Jackson
2014-03-20 16:14     ` Ian Jackson
2014-03-20 17:01       ` Wei Liu
2014-03-20 17:11         ` Ian Jackson
2013-12-12 21:03 ` [PATCH RFC V3 6/7] make-flight: OVMF test filght Wei Liu
2013-12-12 21:03 ` [PATCH RFC V3 7/7] sg-run-job: OVMF job Wei Liu
2014-03-20 16:16   ` Ian Jackson
2014-01-22 15:52 ` [PATCH RFC V3 0/7] OSSTest: OVMF test job Wei Liu
2014-03-20 16:03   ` Ian Campbell
2014-03-20 16:17     ` Ian Jackson
2014-03-20 17:02     ` Wei Liu
2014-03-20 17:14       ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).