summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sprmsched01/sprmsched01.doc
blob: 68931614781b6375958559cd163b2941182d58c2 (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
#
#   COPYRIGHT (c) 2016 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.com/license/LICENSE.
#

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

test set name: sprmsched01

directives:

  - rtems_rate_monotonic_report_statistics()
  - rtems_rate_monotonic_period()
  - rtems_rate_monotonic_postponed_job_count()
  - _Rate_monotonic_Timeout()
  - _Rate_monotonic_Renew_deadline()
  - _Rate_monotonic_Release_postponed_job()
  - _Rate_monotonic_Block_while_expired()


concepts:

  - Verify that watchdog deadline is renewed on time without shift via
    _Rate_monotonic_Renew_deadline().
  - Verify that postponed jobs are released with a correct number via
    _Rate_monotonic_Release_postponed_job().
  - Verify that rtems_rate_monotonic_report_statistics() reports correct number
    of deadline misses.
  - Verify that rtems_rate_monotonic_period() and
    _Rate_monotonic_Block_while_expired() are operational.