source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_all.scen @ 9f8d56e

Last change on this file since 9f8d56e was 3ad6235, checked in by Jennifer Averett <jennifer.averett@…>, on 05/13/14 at 14:30:12

schedsim_smpsimple: Clean up scenarios to match changes.

Dispatch commands were removed since a dispatch of all cpu's was
added to the dispatch wrapper. Scenarios wich only use preemptable
tasks were modified to account for changes in scheduling and
changes in expected output format.

  • Property mode set to 100644
File size: 414 bytes
RevLine 
[f40778b]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
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
Note: See TracBrowser for help on using the repository browser.