run: disable wifi netperf on non-ACPI 32bit kernel

This commit is contained in:
Alexander Boettcher 2017-11-24 14:40:29 +01:00 committed by Christian Helmuth
parent 4761826843
commit c63fe241f4
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,11 @@ if { [have_spec muen] } {
exit 0
}
if {[get_cmd_switch --autopilot] && [have_spec x86_32] && ![have_spec acpi]} {
puts stderr "\nNetperf WIFI running with non-ACPI kernel on native x86_32 test machine is not supported because of wrong interrupt number in pci config space (should be 11 instead 10).\n"
exit
}
# network configuration
set use_nic_bridge 0
set use_wifi_driver 1

View File

@ -16,6 +16,11 @@ if { [have_spec muen] } {
exit 0
}
if {[get_cmd_switch --autopilot] && [have_spec x86_32] && ![have_spec acpi]} {
puts stderr "\nNetperf WIFI running with non-ACPI kernel on native x86_32 test machine is not supported because of wrong interrupt number in pci config space (should be 11 instead 10).\n"
exit
}
# network configuration
set use_nic_bridge 0
set use_wifi_driver 1