Files
rtems/testsuites/sptests/spscheduler01/spscheduler01.doc
Sebastian Huber 8123cae864 rtems: Add rtems_task_get_priority()
Update #2556.
Update #2784.
2016-09-21 08:59:33 +02:00

24 lines
706 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()
- 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.