Message ID | 1496857742-20191-9-git-send-email-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/make-flight b/make-flight index 7833605..11cc01e 100755 --- a/make-flight +++ b/make-flight @@ -517,6 +517,17 @@ do_xtf_tests () { done } +do_livepatch_tests () { + if ! branch_wants_livepatch; then + return + fi + + job_create_test test-$xenarch$kern-$dom0arch-livepatch \ + test-livepatch xl $xenarch $dom0arch \ + xen_boot_append='loglvl=all' \ + all_hostflags=$most_hostflags +} + do_multivcpu_tests () { if [ $xenarch != $dom0arch ]; then return @@ -817,6 +828,7 @@ test_matrix_do_one () { do_pvgrub_tests do_xtf_tests + do_livepatch_tests } if [ x$buildflight = x ]; then