]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
make-flight: factor out do_pv_debian_tests
authorWei Liu <wei.liu2@citrix.com>
Mon, 2 Feb 2015 19:53:26 +0000 (19:53 +0000)
committerWei Liu <wei.liu2@citrix.com>
Fri, 27 Feb 2015 11:58:53 +0000 (11:58 +0000)
Pure code motion. No effect on job generation.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
make-flight

index 63b14f5cf6526ab48eb79d03dc4e726b595e71ca..0cb9b98661d0f137242e69a266514f8481044df6 100755 (executable)
@@ -298,8 +298,7 @@ do_passthrough_tests () {
   done
 }
 
-test_matrix_do_one () {
-
+do_pv_debian_tests () {
   # Basic PV Linux test with xl
   for platform in '' `getplatforms $xenarch` ; do
     suffix=${platform:+-$platform}
@@ -313,6 +312,11 @@ test_matrix_do_one () {
   job_create_test test-$xenarch$kern-$dom0arch-libvirt test-debian libvirt \
             $xenarch $dom0arch                                       \
             $debian_runvars all_hostflags=$most_hostflags
+}
+
+test_matrix_do_one () {
+
+  do_pv_debian_tests
 
   do_multivcpu_tests
   do_sedf_tests