source: rtems/testsuites/smptests/smpaffinity01/smpaffinity01.scn @ 16aaf73b

5
Last change on this file since 16aaf73b was 16aaf73b, checked in by Sebastian Huber <sebastian.huber@…>, on 10/11/17 at 06:33:19

smpaffinity01: Fix test case

Update #2514.

  • Property mode set to 100644
File size: 857 bytes
Line 
1*** BEGIN OF TEST SMPAFFINITY 1 ***
2Init - rtems_task_set_affinity - Lots of cpus - SUCCESS
3Init - rtems_task_set_affinity - no cpu - RTEMS_INVALID_NUMBER
4Init - rtems_task_set_affinity - Invalid thread - RTEMS_INVALID_ID
5Init - rtems_task_set_affinity - Invalid cpusetsize - RTEMS_INVALID_NUMBER
6Init - rtems_task_set_affinity - Invalid cpuset - RTEMS_INVALID_ADDRESS
7Init - rtems_task_get_affinity - Invalid thread - RTEMS_INVALID_ID
8Init - rtems_task_get_affinity - Invalid cpusetsize - RTEMS_INVALID_NUMBER
9Init - rtems_task_get_affinity - Invalid cpuset - RTEMS_INVALID_ADDRESS
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 TEST SMPAFFINITY 1 ***
Note: See TracBrowser for help on using the repository browser.