tests: Add Minor to the ARM full switcheroo tests
Add the Minor CPU to the RealView and RealView64 full switcheroo tests.
This commit is contained in:
parent
ff8195235e
commit
decd6b958e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue