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.
This commit is contained in:
Stefan Kalkowski 2019-05-07 12:06:04 +02:00 committed by Christian Helmuth
parent 1e986fade8
commit da498af74e
6 changed files with 7 additions and 5 deletions

View File

@ -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
}

View File

@ -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

View File

@ -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 }

View File

@ -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

View File

@ -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

View File

@ -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
}