summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp69/sp69.doc
blob: 60aacb82d35ee37386610d79198a656debecce04 (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
#  COPYRIGHT (c) 1989-2009.
#  On-Line Applications Research Corporation (OAR).
#  COPYRIGHT (c) 2017 Kuan-Hsun Chen.
#
#  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:  sp69

directives:

  rtems_rate_monotonic_get_status

concepts:

+ Verify that the status values returned for an inactive period are all zero.
+ Ensure that RTEMS_NOT_DEFINED is returned if the cpu usage is reset after
  a period is initiated.
+ Verify the correctness of the status values returned on an active period.
+ Ensure the missed period count is properly maintained.
+ Verify the correctness of the postponed job count.