summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-validation/tc.yml
blob: 4bcd64b16838c4ca5a66ed6ef8ed27f00427f945 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links: []
test-actions:
- action-brief: |
    Test case action 0 description.
  action-code: |
    /* Test case action 0 code */
  checks:
  - brief: |
      Test case action 0 check 0 description.
    code: |
      /* Test case action 0 check 0 code: ${.:/step:123} */
    links: []
  - brief: |
      Test case action 0 check 1 description.
    code: |
      /* Test case action 0 check 1 code; step ${.:/step} */
    links: []
  links: []
- action-brief: |
    Test case action 1 description.
  action-code: |
    /* Test case action 1 code */
  checks:
  - brief: |
      Test case action 1 check 0 description.
    code: |
      /* Test case action 1 check 0 code; step ${.:/step} */
    links: []
  - brief: |
      Test case action 1 check 1 description.
    code: |
      /* Test case action 1 check 1 code */
    links: []
  links: []
test-brief: Test case brief description.
test-context: []
test-context-support: null
test-description: Test case description. Is contained in ${ts:/spec}.
test-header: null
test-includes:
- a.h
test-local-includes:
- x.h
test-setup: null
test-stop: null
test-support: |
  /* Test case support code */
test-target: tc12.c
test-teardown: null
type: test-case