depot_autopilot: disable test-python for ARM

The test for python requires x86 to be built. Therefore, there is no test
binary available when trying to execute that test on ARM with depot_autopilot.
This commit is contained in:
Stefan Kalkowski 2018-11-28 11:40:55 +01:00 committed by Christian Helmuth
parent db162477a4
commit 9857a0c956
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ proc non_executable_supported { } {
#
# Whether to skip a test - if undefined for a test, the test is not skipped
#
set skip_test_pkg(test-python) [expr ![have_spec x86]]
set skip_test_pkg(test-slab) [expr [get_cmd_switch --autopilot] && [have_include "power_on/qemu"]]
set skip_test_pkg(test-rm_nested) [expr [have_spec linux]]
set skip_test_pkg(test-fault_detection) [expr [have_spec pistachio] || [have_spec fiasco]]