source: rtems-central/rtemsqual/tests/spec-validation/tc.yml @ bfae00f

Last change on this file since bfae00f was bfae00f, checked in by Sebastian Huber <sebastian.huber@…>, on 05/10/20 at 18:02:05

tests: Sort attributes alphabetically

  • 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: []
5includes:
6- a.h
7links: []
8local-includes:
9- x.h
10source: tc12.c
11test-case-actions:
12- action: |
13    /* Test case action 0 code */
14  checks:
15  - check: |
16      /* Test case action 0 check 0 code */
17    description: |
18      Test case action 0 check 0 description.
19    links: []
20  - check: |
21      /* Test case action 0 check 1 code; step ${step} */
22    description: |
23      Test case action 0 check 1 description.
24    links: []
25  description: |
26    Test case action 0 description.
27  links: []
28- action: |
29    /* Test case action 1 code */
30  checks:
31  - check: |
32      /* Test case action 1 check 0 code; step ${step} */
33    description: |
34      Test case action 1 check 0 description.
35    links: []
36  - check: |
37      /* Test case action 1 check 1 code */
38    description: |
39      Test case action 1 check 1 description.
40    links: []
41  description: |
42    Test case action 1 description.
43  links: []
44test-case-brief: Test case brief description.
45test-case-description: Test case description.
46test-case-epilogue: |
47  /* Test case epilogue code */
48test-case-fixture: null
49test-case-name: Test Case
50test-case-prologue: |
51  /* Test case prologue code */
52test-case-support: |
53  /* Test case support code */
54type: test-case
Note: See TracBrowser for help on using the repository browser.