From 42888e1eb418b9153c71a2a80bf0a014fe8a4a7a Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 3 Jun 2014 07:25:24 -0500 Subject: schedsim_smpsimple: Add task verification per core to scenario. --- .../schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.scen') 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 -- cgit v1.2.3