summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp17/sp17.doc
blob: 448d7bf04f490383c6768d27187b740a3ded3ba3 (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
#  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.org/license/LICENSE.
#


This file describes the directives and concepts tested by this test set.

test set name:  sp17

directives:
  rtems_task_create
  rtems_task_start
  rtems_task_delete

concepts:

  +  Verifies system can create and start both the executive's system
      initialization and idle task.

  +  Verifies can print strings to the CRT on port 2 of the mvme136 board
      using Print and Println in the board support package.

  +  Verifies executive initialization performed correctly.

  +  Verifies that a task can get the task identification number
      of another task.

  +  Verifies that a signal can be sent to a remote task.