source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_secondary.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: 455 bytes
Line 
1#
2#  Check blocking self on secondary 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
12current_cpu 2
13task_suspend SELF
14# GOAL: Want IDLE 0x09010001 as heir and executing on CPU 2
15cpus smp4 smp3 IDLE smp1
16# GOAL: Want IDLE 0x09010001 as heir and executing on CPU 2
17cpus smp4 smp3 IDLE smp1
Note: See TracBrowser for help on using the repository browser.