[rtems commit] sp16, sp17, and sp20: Documentation Fixes

Joel Sherrill joel at rtems.org
Wed Jan 8 21:25:41 UTC 2014


Module:    rtems
Branch:    master
Commit:    540b771a07b30fc9126402d70236285f09096697
Changeset: http://git.rtems.org/rtems/commit/?id=540b771a07b30fc9126402d70236285f09096697

Author:    Toma Radu <radustoma at yahoo.com>
Date:      Sun Jan  5 14:33:57 2014 -0600

sp16, sp17, and sp20: Documentation Fixes

Fix the documentation for the sp16, sp17 and sp20 tests.

---

 testsuites/sptests/sp16/sp16.doc |   19 +++++++++++++------
 testsuites/sptests/sp17/sp17.doc |   18 +++++++++---------
 testsuites/sptests/sp20/sp20.doc |    9 +++++----
 3 files changed, 27 insertions(+), 19 deletions(-)

diff --git a/testsuites/sptests/sp16/sp16.doc b/testsuites/sptests/sp16/sp16.doc
index b917890..2506d34 100644
--- a/testsuites/sptests/sp16/sp16.doc
+++ b/testsuites/sptests/sp16/sp16.doc
@@ -1,4 +1,4 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2013.
 #  On-Line Applications Research Corporation (OAR).
 #
 #  The license and distribution terms for this file may be
@@ -9,15 +9,22 @@
 
 This file describes the directives and concepts tested by this test set.
 
-test set name:  test16
+test set name:  sp16
 
 directives:
-  ex_init, ex_start, t_create, t_start, t_delete, tm_tick, i_return,
-  rn_create, rn_ident, rn_getbuf, rn_retbuf, rn_delete
+  rtmes_task_create
+  rtems_task_start
+  rtems_task_delete
+  rtems_clock_tick
+  rtems_region_create
+  rtems_region_ident
+  rtems_region_getbuf
+  rtems_region_retbuf
+  rtems_region_delete
 
 concepts:
 
-  a.  This test checks out the region manager.
+  +  This test checks out the region manager.
 
-  b.  Verifies implementation of SuperCore TOD_MICROSECONDS_TO_TICKS.  Normal
+  +  Verifies implementation of SuperCore TOD_MICROSECONDS_TO_TICKS.  Normal
       computation in applications is via a macro at the Classic API level.
diff --git a/testsuites/sptests/sp17/sp17.doc b/testsuites/sptests/sp17/sp17.doc
index 03f6f48..94cdee5 100644
--- a/testsuites/sptests/sp17/sp17.doc
+++ b/testsuites/sptests/sp17/sp17.doc
@@ -9,24 +9,24 @@
 
 This file describes the directives and concepts tested by this test set.
 
-test set name:  test17
+test set name:  sp17
 
 directives:
-+ rtems_task_create
-+ rtems_task_start
-+ rtems_task_delete
+  rtems_task_create
+  rtems_task_start
+  rtems_task_delete
 
 concepts:
 
-  a.  Verifies system can create and start both the executive's system
+  +  Verifies system can create and start both the executive's system
       initialization and idle task.
 
-  b.  Verifies can print strings to the CRT on port 2 of the mvme136 board
+  +  Verifies can print strings to the CRT on port 2 of the mvme136 board
       using Print and Println in the board support package.
 
-  c.  Verifies executive initialization performed correctly.
+  +  Verifies executive initialization performed correctly.
 
-  d.  Verifies that a task can get the task identification number
+  +  Verifies that a task can get the task identification number
       of another task.
 
-  e.  Verifies that a signal can be sent to a remote task.
+  +  Verifies that a signal can be sent to a remote task.
diff --git a/testsuites/sptests/sp20/sp20.doc b/testsuites/sptests/sp20/sp20.doc
index 2c3ea95..519e2fb 100644
--- a/testsuites/sptests/sp20/sp20.doc
+++ b/testsuites/sptests/sp20/sp20.doc
@@ -1,4 +1,4 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2013.
 #  On-Line Applications Research Corporation (OAR).
 #
 #  The license and distribution terms for this file may be
@@ -9,12 +9,13 @@
 
 This file describes the directives and concepts tested by this test set.
 
-test set name:  test20
+test set name:  sp20
 
 directives:
 
-  rm_create, rm_period
+  rtems_rate_monotonic_manager_create
+  rtems_rate_monotonic_manager_period
 
 concepts:
 
-  a.  Verifies Rate Monotonic Manager behavior.
+  +  Verifies Rate Monotonic Manager behavior.




More information about the vc mailing list