tests: Add Minor to the ARM full switcheroo tests
authorAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 30 Jul 2015 09:16:28 +0000 (10:16 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 30 Jul 2015 09:16:28 +0000 (10:16 +0100)
Add the Minor CPU to the RealView and RealView64 full switcheroo
tests.

tests/configs/realview-switcheroo-full.py
tests/configs/realview64-switcheroo-full.py

index 3467eb4c9d7d49fb1f2e737dd6aea77283006322..3b28691d4e94a1379d0769051aa083572aab53f9 100644 (file)
@@ -41,7 +41,7 @@ import switcheroo
 
 root = LinuxArmFSSwitcheroo(
     mem_class=DDR3_1600_x64,
-    cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU)
+    cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, MinorCPU, DerivO3CPU)
     ).create_root()
 
 # Setup a custom test method that uses the switcheroo tester that
index fc4027927b60eedb60c2d450d32cd4568710b6ae..b9f28a4a9b623d12420c82ffba8b70a0417d0586 100644 (file)
@@ -42,7 +42,7 @@ import switcheroo
 root = LinuxArmFSSwitcheroo(
     machine_type='VExpress_EMM64',
     mem_class=DDR3_1600_x64,
-    cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, DerivO3CPU)
+    cpu_classes=(AtomicSimpleCPU, TimingSimpleCPU, MinorCPU, DerivO3CPU)
     ).create_root()
 
 # Setup a custom test method that uses the switcheroo tester that