source: rtems-schedsim/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus2_affinity_case1.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: 268 bytes
Line 
1#
2# Force Cores such that the first created task
3# is on CPU 0 and the second is on CPU 1.
4#
5rtems_init 2
6task_create smp1 3 -a 1
7task_create smp2 2 -a 2
8
9# GOAL: want 0x0a010001 - 0x0a010002 as heir and executings
10# GOAL:   on CPUs 0 -1 respectively
11cpus smp1 smp2
Note: See TracBrowser for help on using the repository browser.