Files
rtems/testsuites/sptests/spscheduler01/spscheduler01.doc
2017-10-28 13:13:09 +02:00

26 lines
764 B
Plaintext

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.