source: rtems-schedsim/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus4_affinity_priority_case2.scen @ f965428

Last change on this file since f965428 was f965428, checked in by Jennifer Averett <jennifer.averett@…>, on 05/21/14 at 14:40:49

schedsim_smppriority_affinity: Cleanup scenarios.

Add check of expected threads to cpu commands. Add more documentation and set fix
the expected files.

  • Property mode set to 100644
File size: 611 bytes
Line 
1#
2#  Ensure lowest priority is preempted
3#
4rtems_init 4
5task_create smp1 7
6task_create smp2 8
7task_create smp3 5
8task_create smp4 6
9task_create smp5 9
10# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
11# GOAL:   on CPUs 3-0 respectively
12cpus smp4 smp3 smp2 smp1
13
14# Tasks are created and distributed across CPUs
15task_set_affinity smp5 0x02
16# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
17# GOAL:   on CPUs 3-0 respectively
18cpus smp4 smp3 smp2 smp1
19
20task_priority smp5 6
21# GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
22# GOAL:   on CPUs 3-0 respectively
23cpus smp4 smp3 smp2 smp1
Note: See TracBrowser for help on using the repository browser.