summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_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/cpus4_priority.scen
parentschedsim_priority: Add priority inheritance scenario. (diff)
downloadrtems-schedsim-42888e1eb418b9153c71a2a80bf0a014fe8a4a7a.tar.bz2
schedsim_smpsimple: Add task verification per core to scenario.
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen')
-rw-r--r--schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen b/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
index ed58588..c3ecc3f 100644
--- a/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
+++ b/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_priority.scen
@@ -9,24 +9,24 @@ task_create smp4 8
task_create smp5 8
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively
-cpus
+cpus smp4 smp3 smp2 smp1
task_priority smp1 4
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively (no change)
-cpus
+cpus smp4 smp3 smp2 smp1
task_priority smp1 7
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively (no change)
-cpus
+cpus smp4 smp3 smp2 smp1
task_priority smp1 8
# GOAL: 0x0a010005, 0x0a010002 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively
-cpus
+cpus smp4 smp3 smp2 smp5
task_priority smp1 5
# GOAL: 0x0a010001 - 0x0a010004 are heir and executing
# GOAL: on CPUs 3 - 0 respectively
-cpus
+cpus smp4 smp3 smp2 smp1