source: rtems-central/spec/spec/requirement-action-transition-post.yml @ c620a77

Last change on this file since c620a77 was c620a77, checked in by Sebastian Huber <sebastian.huber@…>, on 01/11/22 at 15:05:12

spec: Fix action requirement patterns

  • Property mode set to 100644
File size: 1.3 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: true
5links:
6- role: spec-member
7  uid: root
8spec-description: null
9spec-example: null
10spec-info:
11  dict:
12    attributes: {}
13    description: |
14      This set of attributes defines for each post-condition the state after
15      the action for a transition in an action requirement.
16    generic-attributes:
17      description: |
18        There shall be exactly one generic attribute key for each
19        post-condition.  The key name shall be the post-condition name.  The
20        value of each generic attribute shall be the state of the
21        post-condition or ``N/A`` if the post-condition is not applicable.
22      key-spec-type: requirement-action-name
23      value-spec-type: requirement-action-transition-post-state
24    mandatory-attributes: all
25  str:
26    assert:
27      and:
28      - re: ^[A-Z][a-zA-Z0-9]*$
29      - not:
30          eq: NA
31    description: |
32      It shall be the name of a skip reason.  If a skip reason is given instead
33      of a listing of post-condition states, then this transition is skipped
34      and no test code runs for this transition.
35spec-name: Action Requirement Transition Post-Conditions
36spec-type: requirement-action-transition-post
37type: spec
Note: See TracBrowser for help on using the repository browser.