tests: Standardized used of the ISA constants tags
[gem5.git] / tests / gem5 / m5threads_test_atomic / test.py
index 6bb4eafa4047d93f8b202ae950b8016471c65526..9596d2f99ed485e2e4fa5b361e716b251c118c85 100644 (file)
@@ -57,7 +57,7 @@ for cpu in cpu_types:
         config_args=['--cpu-type', cpu,
                      '--num-cores', '8',
                      '--cmd', joinpath(base_path, binary)],
-        valid_isas=('SPARC',),
+        valid_isas=(constants.sparc_tag,),
         valid_hosts=constants.supported_hosts,
         length = constants.long_tag,
     )