summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/sp07.doc
blob: 4f8b7de839c130a646adb6058dc4a07beaad37fe (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
26
27
28
29
30
31
32
33
34
35
36
#  COPYRIGHT (c) 1989-2013.
#  On-Line Applications Research Corporation (OAR).
#
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.com/license/LICENSE.
#

test set name:  sp07

directives:
  rtems_task_create
  rtems_task_start
  rtems_clock_tick
  rtems_task_delete
  rtems_task_setreg
  rtems_task_getreg
  rtems_task_setpri
  rtems_task_suspend

concepts:

  +  Verifies that tasks can communicate with each other via the
      rtems_task_setreg and rtems_task_getreg directives.

  +  Verifies that the highest priority task is dispatched to execute.

  +  Verifies setting the priority of both a ready and a blocked task.

  +  Verifies the deletion of ready and blocked tasks.

  +  Verifies the rtems_task_create user extension.

  +  Verifies the rtems_task_start user extension.

  +  Verifies the rtems_task_delete user extension.