Back to home page

LXR

 
 

    


Warning, /testsuites/sptests/sprmsched01/sprmsched01.doc is written in an unsupported language. File is not indexed.

0001 #
0002 #   COPYRIGHT (c) 2016 Kuan-Hsun Chen.
0003 #
0004 #   The license and distribution terms for this file may be
0005 #   found in the file LICENSE in this distribution or at
0006 #   http://www.rtems.com/license/LICENSE.
0007 #
0008 
0009 This file describes the directives and concepts tested by this test set.
0010 
0011 test set name: sprmsched01
0012 
0013 directives:
0014 
0015   - rtems_rate_monotonic_report_statistics()
0016   - rtems_rate_monotonic_period()
0017   - rtems_rate_monotonic_postponed_job_count()
0018   - _Rate_monotonic_Timeout()
0019   - _Rate_monotonic_Renew_deadline()
0020   - _Rate_monotonic_Release_postponed_job()
0021   - _Rate_monotonic_Block_while_expired()
0022 
0023 
0024 concepts:
0025 
0026   - Verify that watchdog deadline is renewed on time without shift via
0027     _Rate_monotonic_Renew_deadline().
0028   - Verify that postponed jobs are released with a correct number via
0029     _Rate_monotonic_Release_postponed_job().
0030   - Verify that rtems_rate_monotonic_report_statistics() reports correct number
0031     of deadline misses.
0032   - Verify that rtems_rate_monotonic_period() and
0033     _Rate_monotonic_Block_while_expired() are operational.