summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.scen
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-06-03 07:25:24 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-06-03 07:25:24 -0500
commit42888e1eb418b9153c71a2a80bf0a014fe8a4a7a (patch)
treed9748f2aca9de83e4fcc08dbdbbc49a9b7d33de2 /schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.scen
parent4be3859c6e0bef1b2c8cf25ccdaf1f43e5486153 (diff)
schedsim_smpsimple: Add task verification per core to scenario.
Diffstat (limited to '')
-rw-r--r--schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.scen6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.scen b/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.scen
index bd34551..346249f 100644
--- a/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.scen
+++ b/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.scen
@@ -8,10 +8,10 @@ task_create smp3 6
task_create smp4 5
# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
# GOAL: on CPUs 3-0 respectively
-cpus
+cpus smp4 smp3 smp2 smp1
current_cpu 2
task_suspend SELF
# GOAL: Want IDLE 0x09010001 as heir and executing on CPU 2
-cpus
+cpus smp4 smp3 IDLE smp1
# GOAL: Want IDLE 0x09010001 as heir and executing on CPU 2
-cpus
+cpus smp4 smp3 IDLE smp1