source: rtems/testsuites/smptests/smpaffinity01/smpaffinity01.scn @ 157c767

5
Last change on this file since 157c767 was a3e055f, checked in by Jennifer Averett <jennifer.averett@…>, on 02/10/14 at 18:31:59

smptests: Add smpaffinity01

This test exercises the new Classic API task affinity methods.

  • Property mode set to 100644
File size: 837 bytes
Line 
1*** SMP AFFINITY 1 ***
2Init - rtems_task_set_affinity - Invalid cpu - RTEMS_UNSATISFIED
3Init - rtems_task_set_affinity - no cpu - RTEMS_UNSATISFIED
4Init - rtems_task_set_affinity - Invalid thread - RTEMS_INVALID_ID
5Init - rtems_task_set_affinity - Invalid cpusetsize - RTEMS_UNSATISFIED
6Init - rtems_task_set_affinity - Invalid cpuset - RTEMS_UNSATISFIED
7Init - rtems_task_get_affinity - Invalid thread - RTEMS_INVALID_ID
8Init - rtems_task_get_affinity - Invalid cpusetsize - RTEMS_UNSATISFIED
9Init - rtems_task_get_affinity - Invalid cpuset - RTEMS_UNSATISFIED
10Init - Set Init priority to high
11Init - Create Medium priority tasks
12Init - Create  Low priority tasks
13Init - Verify affinity on Low priority tasks
14Init - Change affinity on Low priority tasks
15Init - Validate affinity on Low priority tasks
16*** END OF SMP AFFINITY TEST 1 ***
Note: See TracBrowser for help on using the repository browser.