summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.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_resume_on_primary.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/cpus1_resume_on_primary.scen')
-rw-r--r--schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen
index 8feaade..df7cf18 100644
--- a/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen
+++ b/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen
@@ -4,16 +4,16 @@
rtems_init 1
task_create smp1 5
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1
# suspend running task
task_suspend smp1
# GOAL: 0x09010001 is heir and executing on CPU 0
-cpus
+cpus IDLE
# GOAL: 0x09010001 is heir and executing on CPU 0
-cpus
+cpus IDLE
# resume suspended task
task_resume smp1
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1
# GOAL: 0x0a010001 is heir and executing on CPU 0
-cpus
+cpus smp1