From da498af74ecaf4cb7ae27382a928556bbd8f19e8 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Tue, 7 May 2019 12:06:04 +0200 Subject: [PATCH] imx7d_sabre: disable automated network test Until there is no network driver present for this board it is needless to let the tests fail each night. --- repos/gems/run/depot_download.run | 3 ++- repos/libports/run/fetchurl.inc | 2 +- repos/libports/run/lwip.run | 1 + repos/os/run/ping.run | 2 +- repos/os/run/ping_nic_router.run | 2 +- repos/ports/run/netperf.inc | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/repos/gems/run/depot_download.run b/repos/gems/run/depot_download.run index 550fb3e41f..7375a32907 100644 --- a/repos/gems/run/depot_download.run +++ b/repos/gems/run/depot_download.run @@ -1,6 +1,7 @@ create_boot_directory -if {[have_spec linux]} { +if {[have_spec linux] || [have_spec imx7d_sabre] || + [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script does not support this platform." exit 0 } diff --git a/repos/libports/run/fetchurl.inc b/repos/libports/run/fetchurl.inc index d473d15add..901ffcb40a 100644 --- a/repos/libports/run/fetchurl.inc +++ b/repos/libports/run/fetchurl.inc @@ -4,7 +4,7 @@ # \date 2016-06-05 # -if {[have_spec linux] || +if {[have_spec linux] || [have_spec imx7d_sabre] || [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script does not support this platform." exit 0 diff --git a/repos/libports/run/lwip.run b/repos/libports/run/lwip.run index 7864850f5d..3e5bf06f16 100644 --- a/repos/libports/run/lwip.run +++ b/repos/libports/run/lwip.run @@ -22,6 +22,7 @@ if {[expr [have_spec linux]] || [expr [have_spec imx53] && [have_spec trustzone]] || + [expr [have_spec imx7d_sabre]] || [expr [have_spec riscv]]} { puts "\n Run script is not supported on this platform. \n"; exit 0 } diff --git a/repos/os/run/ping.run b/repos/os/run/ping.run index 2581e086bf..1a9a6939d8 100644 --- a/repos/os/run/ping.run +++ b/repos/os/run/ping.run @@ -1,4 +1,4 @@ -if {[have_spec foc] || [have_spec linux] || +if {[have_spec foc] || [have_spec linux] || [have_spec imx7d_sabre] || [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script is not supported on this platform." exit 0 diff --git a/repos/os/run/ping_nic_router.run b/repos/os/run/ping_nic_router.run index d551f762c9..dbbf17e719 100644 --- a/repos/os/run/ping_nic_router.run +++ b/repos/os/run/ping_nic_router.run @@ -1,4 +1,4 @@ -if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] || +if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] || [have_spec imx7d_sabre] || [expr [have_spec imx53] && [have_spec trustzone]]} { puts "Run script is not supported on this platform." exit 0 diff --git a/repos/ports/run/netperf.inc b/repos/ports/run/netperf.inc index f01ed78246..de1b8b1ab9 100644 --- a/repos/ports/run/netperf.inc +++ b/repos/ports/run/netperf.inc @@ -21,7 +21,7 @@ if {[have_include "power_on/qemu"] && exit 0 } -if {[expr [have_spec imx53] && [have_spec trustzone]]} { +if {[expr [have_spec imx53] && [have_spec trustzone]] || [have_spec imx7d_sabre]} { puts "Run script is not supported on this platform." exit 0 }