source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_primary.scen @ c8d1dbb

Last change on this file since c8d1dbb 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: 429 bytes
Line 
1#
2#  Check blocking self on primary CPU
3#
4rtems_init 4
5task_create smp1 8
6task_create smp2 7
7task_create smp3 6
8task_create smp4 5
9# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
10# GOAL:   on CPUs 3-0 respectively
11cpus smp4 smp3 smp2 smp1
12task_suspend SELF
13# GOAL: want 0x09010001 as heir and executing on CPU 0
14cpus IDLE smp3 smp2 smp1
15# GOAL: want 0x09010001 as heir and executing on CPU 0
16cpus IDLE smp3 smp2 smp1
Note: See TracBrowser for help on using the repository browser.