|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v5 13/13] make-flight: OVMF test flight
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
./mg-show-flight-runvars standalone | grep ovmf | sed 's/[ \t]*$//'
test-amd64-amd64-xl-qemuu-ovmf-amd64 all_hostflags
arch-amd64,arch-xen-amd64,suite-wheezy,purpose-test,hvm
test-amd64-i386-xl-qemuu-ovmf-amd64 all_hostflags
arch-i386,arch-xen-amd64,suite-wheezy,purpose-test,hvm
test-amd64-amd64-xl-qemuu-ovmf-amd64 arch amd64
test-amd64-i386-xl-qemuu-ovmf-amd64 arch i386
test-amd64-amd64-xl-qemuu-ovmf-amd64 buildjob
build-amd64
test-amd64-i386-xl-qemuu-ovmf-amd64 buildjob build-i386
test-amd64-amd64-xl-qemuu-ovmf-amd64 console hvc0
test-amd64-amd64-xl-qemuu-ovmf-amd64 device_model_version qemu-xen
test-amd64-i386-xl-qemuu-ovmf-amd64 device_model_version qemu-xen
build-amd64 enable_ovmf true
build-amd64-xend enable_ovmf true
build-armhf enable_ovmf true
build-i386 enable_ovmf true
build-i386-xend enable_ovmf true
test-amd64-amd64-xl-qemuu-ovmf-amd64 host cam-st12
test-amd64-amd64-xl-qemuu-ovmf-amd64 kernbuildjob
build-amd64-pvops
test-amd64-i386-xl-qemuu-ovmf-amd64 kernbuildjob
build-i386-pvops
test-amd64-amd64-xl-qemuu-ovmf-amd64 kernkind pvops
test-amd64-i386-xl-qemuu-ovmf-amd64 kernkind pvops
standalone ovmf_boot_timeout 100
test-amd64-amd64-xl ovmf_boot_timeout 100
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_boot_timeout 100
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_cfgpath
/etc/xen/ovmf.guest.osstest.cfg
standalone ovmf_disk_lv
ovmf.guest.osstest-disk
test-amd64-amd64-xl ovmf_disk_lv
ovmf.guest.osstest-disk
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_disk_lv
ovmf.guest.osstest-disk
standalone ovmf_domname
ovmf.guest.osstest
test-amd64-amd64-xl ovmf_domname
ovmf.guest.osstest
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_domname
ovmf.guest.osstest
standalone ovmf_ether
5e:36:06:59:00:02
test-amd64-amd64-xl ovmf_ether
5e:36:06:59:00:03
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_ether
5e:36:06:59:00:01
standalone ovmf_hostname
ovmf.guest.osstest
test-amd64-amd64-xl ovmf_hostname
ovmf.guest.osstest
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_hostname
ovmf.guest.osstest
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_image
debian-7.2.0-amd64-CD-1.iso
test-amd64-i386-xl-qemuu-ovmf-amd64 ovmf_image
debian-7.2.0-amd64-CD-1.iso
standalone ovmf_tcpcheckport 22
test-amd64-amd64-xl ovmf_tcpcheckport 22
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_tcpcheckport 22
standalone ovmf_vg cam-st12
test-amd64-amd64-xl ovmf_vg cam-st12
test-amd64-amd64-xl-qemuu-ovmf-amd64 ovmf_vg cam-st12
test-amd64-amd64-xl-qemuu-ovmf-amd64 toolstack xl
test-amd64-i386-xl-qemuu-ovmf-amd64 toolstack xl
test-amd64-amd64-xl-qemuu-ovmf-amd64 xen_kernel_path
/boot/vmlinuz-3.4.83+
test-amd64-amd64-xl-qemuu-ovmf-amd64 xen_kernel_ver 3.4.83+
test-amd64-amd64-xl-qemuu-ovmf-amd64 xenbuildjob
build-amd64
test-amd64-i386-xl-qemuu-ovmf-amd64 xenbuildjob
build-amd64
---
---
make-flight | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/make-flight b/make-flight
index 39fa7ba..e9b9b75 100755
--- a/make-flight
+++ b/make-flight
@@ -167,6 +167,17 @@ do_hvm_win7_x64_tests () {
all_hostflags=$most_hostflags,hvm
}
+do_hvm_debian_ovmf_tests() {
+ if [ $xenarch != amd64 -o "x$qemuu_suffix" != "x-qemuu" ]; then
+ return
+ fi
+
+ job_create_test test-$xenarch$kern-$dom0arch-xl$qemuu_suffix-ovmf-amd64 \
+ test-debianhvm xl $xenarch $dom0arch $qemuu_runvar \
+ ovmf_image=debian-7.2.0-amd64-CD-1.iso \
+ all_hostflags=$most_hostflags,hvm
+}
+
do_hvm_rhel6_tests () {
if [ $xenarch != amd64 -o $dom0arch != i386 -o "$kern" != "" ]; then
return
@@ -268,6 +279,8 @@ test_matrix_do_one () {
do_hvm_win7_x64_tests
do_hvm_rhel6_tests
+ do_hvm_debian_ovmf_tests
+
done # qemuu_suffix
# Test live migration
--
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |