summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp69/sp69.doc
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2009-12-08 23:07:38 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2009-12-08 23:07:38 +0000
commit7199b1d0dcd4d56ffd7c21091a1e62c6a799cf06 (patch)
tree8ba8556c261558a1814a30bbee121a2c2d0f7657 /testsuites/sptests/sp69/sp69.doc
parent2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com> (diff)
downloadrtems-7199b1d0dcd4d56ffd7c21091a1e62c6a799cf06.tar.bz2
2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* Makefile.am, configure.ac: Added a test for rate_monotonic_get_status to ensure that all paths are tested. * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
Diffstat (limited to 'testsuites/sptests/sp69/sp69.doc')
-rw-r--r--testsuites/sptests/sp69/sp69.doc25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/sptests/sp69/sp69.doc b/testsuites/sptests/sp69/sp69.doc
new file mode 100644
index 0000000000..96777e776e
--- /dev/null
+++ b/testsuites/sptests/sp69/sp69.doc
@@ -0,0 +1,25 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# 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.
+#
+
+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.