From 3f59eed52304e5b0ff36627be6bf772bcd3615aa Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 23 Mar 2023 12:59:58 -0700 Subject: [PATCH] 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 Tested-by: kokoro Maintainer: Jason Lowe-Power --- tests/gem5/arm-boot-tests/test_linux_boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem5/arm-boot-tests/test_linux_boot.py b/tests/gem5/arm-boot-tests/test_linux_boot.py index d6e8ac94a5..9e04e24d62 100644 --- a/tests/gem5/arm-boot-tests/test_linux_boot.py +++ b/tests/gem5/arm-boot-tests/test_linux_boot.py @@ -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,