summaryrefslogtreecommitdiff
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.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/cpus1_priority.scen
parent4be3859c6e0bef1b2c8cf25ccdaf1f43e5486153 (diff)
schedsim_smpsimple: Add task verification per core to scenario.
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen')
-rw-r--r--schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen
index 9e8377b..fe7bf5c 100644
--- a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen
+++ b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.scen
@@ -6,20 +6,20 @@ task_create smp1 5
task_create smp2 8
dispatch
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1
task_priority smp1 4
# GOAL: 0x0a010001 is still heir and executing on CPU 0
-cpus
+cpus smp1
task_priority smp1 7
# GOAL: 0x0a010001 is still heir and executing on CPU 0
-cpus
+cpus smp1
task_priority smp1 8
# GOAL: 0x0a010002 is now heir and executing on CPU 0
-cpus
+cpus smp2
task_priority smp1 5
# GOAL: 0x0a010001 is now heir and executing on CPU 0
-cpus
+cpus smp1