source: rtems-schedsim/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus2_affinity_migrate_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: 442 bytes
Line 
1#
2# Create a second task that is lower priority than
3# the first but wants to run on the cpu the first
4# task was assigned to.
5#
6rtems_init 2
7task_create smp1 3
8# GOAL: 0x09010001, 0x0a010001
9# GOAL:   on CPUs 0-1 respectively
10cpus IDLE smp1
11
12task_create smp2 4 -a 2
13# GOAL: 0x09010001, 0x0a010001
14# GOAL:   on CPUs 0 -1 respectively
15cpus IDLE smp1
16
17dispatch
18# GOAL: 0x09010001, 0x0a010001
19# GOAL:   on CPUs 0 -1 respectively
20cpus IDLE smp1
Note: See TracBrowser for help on using the repository browser.