Files
rtems/testsuites/sptests/sp69/sp69.doc
Joel Sherrill fe0286a0cf 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
	expired periods. This detected the recently introduced PR1480.
2009-12-10 20:25:39 +00:00

27 lines
720 B
Plaintext

#
# $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.
+ Ensure the missed period count is properly maintained.