source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_priority.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: 534 bytes
Line 
1#
2#  Check increasing and decrease priority self with no change
3#
4rtems_init 1
5task_create smp1 5
6task_create smp2 8
7dispatch
8# GOAL: 0x0a010001 is heir and executing on CPU 0
9cpus smp1
10
11task_priority smp1 4
12# GOAL: 0x0a010001 is still heir and executing on CPU 0
13cpus smp1
14
15task_priority smp1 7
16# GOAL: 0x0a010001 is still heir and executing on CPU 0
17cpus smp1
18
19task_priority smp1 8
20# GOAL: 0x0a010002 is now heir and executing on CPU 0
21cpus smp2
22
23task_priority smp1 5
24# GOAL: 0x0a010001 is now heir and executing on CPU 0
25cpus smp1
Note: See TracBrowser for help on using the repository browser.