zynq_qemu: disable fb_bench and nic_router_flood tests

This commit is contained in:
Christian Helmuth 2021-03-26 11:18:46 +01:00 committed by Norman Feske
parent 32169cd137
commit 4f91d71cf9
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
if {[have_board imx7d_sabre] ||
[have_board imx6q_sabrelite] ||
[have_board rpi3] ||
[have_board zynq] ||
[have_board zynq_qemu] ||
[have_board imx53_qsb_tz] ||
[have_board imx53_qsb] && [have_spec foc]} {
puts "\n Run script is not supported on this platform. \n";

View File

@ -7,7 +7,8 @@ if {![have_include power_on/qemu] ||
exit 0
}
if {[get_cmd_switch --autopilot] && [have_board riscv_qemu]} {
if {[get_cmd_switch --autopilot] && ([have_board riscv_qemu] ||
[have_board zynq_qemu])} {
puts "Autopilot mode is not supported on this platform."
exit 0
}