From 5fa0de95f6da57013dff399f8dea264cfa425ce1 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 19 Feb 2019 15:34:06 +0100 Subject: [PATCH] Disable ping_nic_router test on linux The test depends on working DHCP for the uplink currently. --- repos/os/run/ping_nic_router.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/os/run/ping_nic_router.run b/repos/os/run/ping_nic_router.run index 196682972..aec914354 100644 --- a/repos/os/run/ping_nic_router.run +++ b/repos/os/run/ping_nic_router.run @@ -19,7 +19,7 @@ proc gpio_drv { } { if {[have_spec rpi] && [have_spec hw]} { return hw_gpio_drv lappend_if [have_spec gpio] build_components drivers/gpio -if {[have_spec foc] || [have_spec odroid_xu] || +if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] || [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script is not supported on this platform." exit 0