28 Commits

Author SHA1 Message Date
Sebastian Huber
57fb30d166 eng: Add automatically generated warning
Update #3715.
2020-08-19 11:11:45 +02:00
Sebastian Huber
93938c707b eng: Unify test attribute keys
Update #3715.
2020-08-19 11:11:45 +02:00
Sebastian Huber
83a3522df1 eng: Add test header to test case
Update #3715.
2020-08-19 11:11:45 +02:00
Sebastian Huber
1a4865512e eng: Remove test name attribute
Derive the test name from the item UID.

Update #3715.
2020-08-19 11:11:45 +02:00
Sebastian Huber
9633e98d5d eng: Add test case attributes
Update #3715.
2020-08-19 11:11:45 +02:00
Sebastian Huber
5cb493eeb1 eng: Add reference to unspecified interfaces
Update #3715.
2020-08-07 07:15:09 +02:00
Sebastian Huber
3e8e301b06 eng: Add more variants of unspecified interfaces
Update #3715.
2020-08-07 07:15:09 +02:00
Sebastian Huber
83e13b70e2 eng: Add application config options how-to
Update #3715.
2020-08-07 06:43:57 +02:00
Sebastian Huber
e2abac7f30 eng: Refer to the rtems-central repository
Close #4043.
2020-08-07 06:43:29 +02:00
Sebastian Huber
e1e04083e3 eng: Partially revert previous commit
The previous commit contained more than just a typo fix.  Remove this
part.

Update #3715.
2020-08-06 09:16:55 +02:00
Sebastian Huber
bac4398afc eng: Fix typo
Update #3715.
2020-08-06 09:11:39 +02:00
Sebastian Huber
1bb694719f eng: Fix format of regular expressions
Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
3f9fa47dc0 eng: Add ability to skip action transitions
Sometimes the pre-conditions in an action requirement are not
independent and it is necessary skip a certain set of pre-condition
states.  This should be used with care since no test code is run in
these cases.  There shall be a reason given why skipping a transition is
justified.

Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
c2595631da eng: Support N/A in the action transitions
Sometimes the pre-conditions in an action requirement are not
independent and it is necessary to mark pre-conditions as not applicable
in a particular transition.

Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
f12cae140e eng: Add brief description to header file items
Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
fd2fc509a3 eng: Add requirement text to interface groups
This allows to state the requirement for an interface group directly in
the item.

Update #3715.
2020-07-28 07:33:18 +02:00
Sebastian Huber
0c13e946d0 eng: Fix typo
Update #3715.
2020-07-03 10:33:30 +02:00
Sebastian Huber
1bd14cda60 eng: Reformat to maximize the text width
Remove extra "X" character in some labels.

Update #3715.
2020-07-03 10:33:25 +02:00
Sebastian Huber
87a9478da6 eng: Clarify action requirement specification
Update #3715.
2020-06-17 09:10:52 +02:00
Sebastian Huber
db3892b5b8 eng: Update action requirement specification
Update #3715.
2020-06-10 10:12:00 +02:00
Sebastian Huber
ca2f5e6384 eng: Update specification how-to section
Update #3715.
2020-06-08 08:53:02 +02:00
Sebastian Huber
0213e8efab eng: Add a specification type for actions
Add support to specify functional requirements for actions (functions or
macros) via a transition map of pre-conditions to post-conditions.  This
will be the work horse for functional requirements.  Generation of
corresponding validation tests is supported.

Update #3715.
2020-06-08 08:52:50 +02:00
Sebastian Huber
0c43c520c8 eng: Add generic attribute key types
Update #3715.
2020-06-04 15:06:12 +02:00
Sebastian Huber
f54798854f eng: Simplify wording for specification items
Update #3715.
2020-06-04 15:06:12 +02:00
Sebastian Huber
9b269adc6c eng: Add interface specification how-to
Update #3715.
2020-06-01 13:00:41 +02:00
Sebastian Huber
459326c2b9 eng: Update requirements tooling section
Update #3715.
2020-05-29 17:47:21 +02:00
Sebastian Huber
23ab40d3e6 eng: Add generated documentation of spec items
The documentation of the specification items is generated by an RTEMS
qualification tool from a specification of specification items.

Move non-generated content to "req-for-req.rst".

Update #3715.
2020-05-29 08:21:03 +02:00
Sebastian Huber
59312aa965 eng: Split up requirements engineering chapter
This allows to more easily generate the specification item section with
a script using specification items.

Update #3715.
2020-05-29 07:14:53 +02:00