source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_all.scen @ 42888e1

Last change on this file since 42888e1 was 42888e1, checked in by Jennifer Averett <jennifer.averett@…>, on 06/03/14 at 12:25:24

schedsim_smpsimple: Add task verification per core to scenario.

  • Property mode set to 100644
File size: 454 bytes
Line 
1#
2#  Check blocking self on secondary CPU
3#
4rtems_init 4
5task_create smp1 5
6task_create smp2 6
7task_create smp3 7
8task_create smp4 8
9# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
10# GOAL:   on CPUs 0 - 3 respectively
11cpus smp4 smp3 smp2 smp1
12task_suspend smp1
13task_suspend smp2
14task_suspend smp3
15task_suspend smp4
16# GOAL: want IDLE 0x09010001 - 0x09010004 as heir and executings
17# GOAL:   on CPUs 0 - 3 respectively
18cpus IDLE IDLE IDLE IDLE
Note: See TracBrowser for help on using the repository browser.