summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spedfsched04/spedfsched04.doc
diff options
context:
space:
mode:
authorKuan-Hsun Chen <c0066c@gmail.com>2016-12-21 17:42:41 +0100
committerGedare Bloom <gedare@rtems.org>2017-01-13 13:58:01 -0500
commitad40220f80422bbd5e1bf7cb803b291cabbdc193 (patch)
tree807f9fea1695e5c8175c25f8a7a907a20211445b /testsuites/sptests/spedfsched04/spedfsched04.doc
parentsptests: rate monotonic scheduler overrun handling (diff)
downloadrtems-ad40220f80422bbd5e1bf7cb803b291cabbdc193.tar.bz2
sptests: EDF scheduler overrun handling
Update #2795.
Diffstat (limited to 'testsuites/sptests/spedfsched04/spedfsched04.doc')
-rw-r--r--testsuites/sptests/spedfsched04/spedfsched04.doc34
1 files changed, 34 insertions, 0 deletions
diff --git a/testsuites/sptests/spedfsched04/spedfsched04.doc b/testsuites/sptests/spedfsched04/spedfsched04.doc
new file mode 100644
index 0000000000..ffb4fc172a
--- /dev/null
+++ b/testsuites/sptests/spedfsched04/spedfsched04.doc
@@ -0,0 +1,34 @@
+#
+# 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.
+The adopted scheduling here is EDF. For fixed-priority scheduling, the corresponding testing can be found in sprmsched01.
+
+test set name: spedfsched04
+
+directives:
+
+ - rtems_rate_monotonic_report_statistics()
+ - rtems_rate_monotonic_period()
+ - rtems_rate_monotonic_Postponed_num()
+ - _Rate_monotonic_Timeout()
+ - _Rate_monotonic_Renew_deadline()
+ - _Rate_monotonic_Release_postponedjob()
+ - _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_postponedjob().
+ - 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.