From ca95621db5e2e6f7b4d7b54b934dee53981a49ff Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Mon, 27 May 2019 11:24:23 +0200 Subject: [PATCH] run/nic_router_uplinks: do not run on muen On muen, we don't have configured access to wifi so far. Thus, the wifi driver doesn't come up and we should skip tests using this driver for the platform. Fix #3384 --- repos/dde_linux/run/nic_router_uplinks.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/dde_linux/run/nic_router_uplinks.run b/repos/dde_linux/run/nic_router_uplinks.run index dba11ab49d..beb582b66d 100644 --- a/repos/dde_linux/run/nic_router_uplinks.run +++ b/repos/dde_linux/run/nic_router_uplinks.run @@ -1,4 +1,4 @@ -if {[expr ![have_spec nova] && ![have_spec sel4] && ![have_spec hw] && ![have_spec foc] || ![have_spec x86] || [have_include power_on/qemu] ]} { +if {[expr ![have_spec nova] && ![have_spec sel4] && ![have_spec hw] && ![have_spec foc] || ![have_spec x86] || [have_include power_on/qemu] || [have_spec muen]]} { puts "\n Run script is not supported on this platform. \n"; exit 0 } proc wifi_ssid {} {