mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 03:56:42 +00:00
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:
parent
1e986fade8
commit
da498af74e
@ -1,6 +1,7 @@
|
|||||||
create_boot_directory
|
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."
|
puts "Run script does not support this platform."
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# \date 2016-06-05
|
# \date 2016-06-05
|
||||||
#
|
#
|
||||||
|
|
||||||
if {[have_spec linux] ||
|
if {[have_spec linux] || [have_spec imx7d_sabre] ||
|
||||||
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||||
puts "Run script does not support this platform."
|
puts "Run script does not support this platform."
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
if {[expr [have_spec linux]] ||
|
if {[expr [have_spec linux]] ||
|
||||||
[expr [have_spec imx53] && [have_spec trustzone]] ||
|
[expr [have_spec imx53] && [have_spec trustzone]] ||
|
||||||
|
[expr [have_spec imx7d_sabre]] ||
|
||||||
[expr [have_spec riscv]]} {
|
[expr [have_spec riscv]]} {
|
||||||
puts "\n Run script is not supported on this platform. \n"; exit 0 }
|
puts "\n Run script is not supported on this platform. \n"; exit 0 }
|
||||||
|
|
||||||
|
@ -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]]} {
|
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||||
puts "Run script is not supported on this platform."
|
puts "Run script is not supported on this platform."
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -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]]} {
|
[expr [have_spec imx53] && [have_spec trustzone]]} {
|
||||||
puts "Run script is not supported on this platform."
|
puts "Run script is not supported on this platform."
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -21,7 +21,7 @@ if {[have_include "power_on/qemu"] &&
|
|||||||
exit 0
|
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."
|
puts "Run script is not supported on this platform."
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user