From: Wei Liu Date: Mon, 2 Feb 2015 19:53:26 +0000 (+0000) Subject: make-flight: factor out do_pv_debian_tests X-Git-Tag: xsm-14.tip~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c51a14f050757c47b0aa5a7b1815d20dbe15ef7b;p=people%2Fliuw%2Fosstest.git make-flight: factor out do_pv_debian_tests Pure code motion. No effect on job generation. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell Acked-by: Ian Jackson --- diff --git a/make-flight b/make-flight index 63b14f5..0cb9b98 100755 --- a/make-flight +++ b/make-flight @@ -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