summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spscheduler01/spscheduler01.doc
blob: 96a96a2d78a96a7db5a724dad9e162592aa43aa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This file describes the directives and concepts tested by this test set.

test set name: spscheduler01

directives:

  - rtems_task_get_affinity()
  - rtems_task_set_affinity()
  - pthread_getaffinity_np()
  - pthread_setaffinity_np()
  - rtems_task_get_scheduler()
  - rtems_task_set_scheduler()
  - rtems_scheduler_ident()
  - rtems_scheduler_get_processor_set()
  - rtems_task_get_priority()

concepts:

  - Ensure that the task set/get affinity functions work on uni-processor
    configurations.
  - Ensure that the task set/get scheduler functions work on uni-processor
    configurations.
  - Ensure that the scheduler functions work on uni-processor configurations.
  - Ensure that the task get priority function works on uni-processor
    configurations.