summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/configs/realview-switcheroo-full.py2
-rw-r--r--tests/configs/realview64-switcheroo-full.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/configs/realview-switcheroo-full.py b/tests/configs/realview-switcheroo-full.py
index 3467eb4c9..3b28691d4 100644
--- a/tests/configs/realview-switcheroo-full.py
+++ b/tests/configs/realview-switcheroo-full.py
@@ -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
diff --git a/tests/configs/realview64-switcheroo-full.py b/tests/configs/realview64-switcheroo-full.py
index fc4027927..b9f28a4a9 100644
--- a/tests/configs/realview64-switcheroo-full.py
+++ b/tests/configs/realview64-switcheroo-full.py
@@ -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