run: enable 'imx7d_sabre' in network tests

Fixes #3434
This commit is contained in:
Christian Prochaska 2019-06-27 19:42:01 +02:00 committed by Christian Helmuth
parent 5dd1abcc2d
commit 71ce1442c8
7 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
create_boot_directory
if {[have_spec linux] || [have_spec imx7d_sabre] || [have_spec rpi3] ||
if {[have_spec linux] || [have_spec rpi3] ||
[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] || [have_spec imx7d_sabre] || [have_spec rpi3] ||
if {[have_spec linux] || [have_spec rpi3] ||
[expr [have_spec imx53] && [have_spec trustzone]]} {
puts "Run script does not support this platform."
exit 0

View File

@ -22,7 +22,6 @@
if {[expr [have_spec linux]] ||
[expr [have_spec imx53] && [have_spec trustzone]] ||
[expr [have_spec imx7d_sabre]] ||
[have_spec rpi3] ||
[expr [have_spec riscv]]} {
puts "\n Run script is not supported on this platform. \n"; exit 0 }

View File

@ -1,5 +1,5 @@
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] ||
[have_spec imx7d_sabre] || [have_spec rpi3] ||
[have_spec rpi3] ||
[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 linux] || [have_spec imx7d_sabre] ||
if {[have_spec foc] || [have_spec linux] ||
[have_spec rpi3] ||
[expr [have_spec imx53] && [have_spec trustzone]]} {
puts "Run script is not supported on this platform."

View File

@ -1,4 +1,4 @@
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] || [have_spec imx7d_sabre] ||
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] ||
[have_spec rpi3] ||
[expr [have_spec imx53] && [have_spec trustzone]]} {
puts "Run script is not supported on this platform."

View File

@ -21,7 +21,7 @@ if {[have_include "power_on/qemu"] &&
exit 0
}
if {[expr [have_spec imx53] && [have_spec trustzone]] || [have_spec imx7d_sabre]} {
if {[expr [have_spec imx53] && [have_spec trustzone]]} {
puts "Run script is not supported on this platform."
exit 0
}