run: disable non-working tests for x86_32 machine

to due limited capabilities of the native hardware
This commit is contained in:
Alexander Boettcher 2017-10-12 17:11:02 +02:00 committed by Christian Helmuth
parent 4e97a6511b
commit ddb2805f3a
3 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,11 @@ if {[have_include power_on/qemu]} {
set check_pat 0
}
if {[get_cmd_switch --autopilot] && [have_spec x86_32]} {
# Disable test for our outdated nighly test machine for 32bit
set check_pat 0
}
create_boot_directory
set config {

View File

@ -15,7 +15,7 @@ set use_nic_bridge 0
set use_wifi_driver 0
# force usage of usb for nova, known to work with usb30 network adapter
if {[have_spec nova]} { set use_usb_driver 1 }
if {[have_spec nova] && [have_spec x86_64]} { set use_usb_driver 1 }
set use_usb_11 "no"
set use_usb_20 "no"

View File

@ -15,7 +15,7 @@ set use_nic_bridge 0
set use_wifi_driver 0
# force usage of usb for nova, known to work with usb30 network adapter
if {[have_spec nova]} { set use_usb_driver 1 }
if {[have_spec nova] && [have_spec x86_64]} { set use_usb_driver 1 }
set use_usb_11 "no"
set use_usb_20 "no"