|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 08/12] Add test job for nest test case
This patch adds creation of the nested test job; when
job creation procedure is invoked.
---
make-flight | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/make-flight b/make-flight
index a91f256..4f6ce91 100755
--- a/make-flight
+++ b/make-flight
@@ -197,6 +197,25 @@ do_hvm_win7_x64_tests () {
all_hostflags=$most_hostflags,hvm
}
+do_hvm_debian_nested_tests () {
+ if [ $xenarch != amd64 ]; then
+ return
+ fi
+ if [ $dom0arch != amd64 ]; then
+ return
+ fi
+
+ job_create_test test-$xenarch$kern-$dom0arch-nested test-nested xl \
+ $xenarch $dom0arch \
+ nested_image=$NESTED_OS_IMAGE \
+ nested2_image=$NESTED_OS_IMAGE \
+ bios=seabios \
+ kernbuildjob=build-amd64-hvm \
+ kernkind=hvm \
+ device_model_version=qemu-xen \
+ all_hostflags=$most_hostflags,hvm
+}
+
do_hvm_debian_test_one () {
testname=$1
bios=$2
@@ -387,6 +406,7 @@ test_matrix_do_one () {
done
fi
+ do_hvm_debian_nested_tests
do_passthrough_tests
}
--
1.8.3.1
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |