Back to home page

LXR

 
 

    


Warning, /testsuites/sptests/spedfsched04/spedfsched04.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 The adopted scheduling here is EDF. For fixed-priority scheduling, the corresponding testing can be found in sprmsched01.
0011 
0012 test set name: spedfsched04
0013 
0014 directives:
0015 
0016   - rtems_rate_monotonic_report_statistics()
0017   - rtems_rate_monotonic_period()
0018   - rtems_rate_monotonic_postponed_job_count()
0019   - _Rate_monotonic_Timeout()
0020   - _Rate_monotonic_Renew_deadline()
0021   - _Rate_monotonic_Release_postponed_job()
0022   - _Rate_monotonic_Block_while_expired()
0023 
0024 
0025 concepts:
0026 
0027   - Verify that watchdog deadline is renewed on time without shift via
0028     _Rate_monotonic_Renew_deadline().
0029   - Verify that postponed jobs are released with a correct number via
0030     _Rate_monotonic_Release_postponed_job().
0031   - Verify that rtems_rate_monotonic_report_statistics() reports correct number
0032     of deadline misses.
0033   - Verify that rtems_rate_monotonic_period() and
0034     _Rate_monotonic_Block_while_expired() are operational.