tests: Fix the Weekly arm-boot-tests
These tests were broken due to an incorrect 'valid_isas' flag. This patch fixes this error. Change-Id: I941deb209151dd94ca64f2741229398f13153c50 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69238 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
committed by
Bobby Bruce
parent
68fed7b5e1
commit
3f59eed523
@@ -94,7 +94,7 @@ arm-boot-test"
|
||||
"arm_boot_exit_run.py",
|
||||
),
|
||||
config_args=config_args,
|
||||
valid_isas=(constants.all_compiled,),
|
||||
valid_isas=(constants.all_compiled_tag,),
|
||||
valid_hosts=constants.supported_hosts,
|
||||
length=length,
|
||||
protocol=protocol_to_use,
|
||||
|
||||
Reference in New Issue
Block a user