all_hostflags=$most_hostflags
}
-do_pvgrub_tests () {
- if [ $xenarch != amd64 -o $dom0arch != amd64 -o "$kern" != "" ]; then
- return
- fi
-
- job_create_test test-$xenarch$kern-$dom0arch-amd64-pvgrub \
- test-debian-di xl $xenarch $dom0arch \
- debian_arch=amd64 \
- debian_suite=jessie \
- debian_di_version=`getconfig_TftpDiVersion_suite jessie` \
- debian_method=netboot \
- debian_bootloader=pvgrub \
- all_hostflags=$most_hostflags \
-
- job_create_test test-$xenarch$kern-$dom0arch-i386-pvgrub \
- test-debian-di xl $xenarch $dom0arch \
- debian_arch=i386 \
- debian_suite=jessie \
- debian_di_version=`getconfig_TftpDiVersion_suite jessie` \
- debian_method=netboot \
- debian_bootloader=pvgrub \
- all_hostflags=$most_hostflags
-}
-
do_pv_debian_test_one () {
testname=$1; shift
recipe_sfx=$1; shift
#do_passthrough_tests
do_pygrub_tests
- do_pvgrub_tests
do_shadow_tests