tests,arch-gcn3,arch-x86: Changed X86 testlib tests to GCN3_X86
[gem5.git] / tests / gem5 / x86-boot-tests / test_linux_boot.py
index 542242514e93465377b30af9ab97fc53f4431454..62f82f916e715ba90663e86a04f34b9fed026a60 100644 (file)
@@ -60,7 +60,7 @@ def test_boot(cpu_type, num_cpus, boot_type, host):
             '--num-cpus', num_cpus,
             '--boot-type', boot_type,
         ],
-        valid_isas = (constants.x86_tag,),
+        valid_isas = (constants.gcn3_x86_tag,),
         valid_hosts = host,
         length = constants.long_tag,
     )