source: rtems-schedsim/schedsim/shell/schedsim_smppriority_affinity/scenarios/cpus1_exercise_affinity_api.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: 215 bytes
Line 
1#
2#  Verify that affinity on 1 core
3#
4rtems_init 1
5
6# GOAL: 0x0a010001 with affinity
7echo "=== Create and start 0x0a010001 ==="
8task_create TA1 3 -a 1
9
10# GOAL: 0x0a010001 is now heir and executing on CPU 0
11cpus TA1
Note: See TracBrowser for help on using the repository browser.