netperf_lwip_wifi: run on foc_x86_32 too

This commit is contained in:
Christian Helmuth 2023-12-07 08:15:48 +01:00 committed by Norman Feske
parent c1bc9f8557
commit 8f9056d738

View File

@ -12,7 +12,7 @@ if {[have_include "power_on/qemu"] || [have_include "power_on/linux"]} {
}
if {[get_cmd_switch --autopilot] && [have_spec x86_32] &&
![expr [have_board foc] || [have_spec nova]]} {
![expr [have_spec foc] || [have_spec nova]]} {
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
}