source: rtems-central/rtemsqual/tests/spec-validation/tc2.yml @ 493fefc

Last change on this file since 493fefc was 493fefc, checked in by Sebastian Huber <sebastian.huber@…>, on 04/23/20 at 12:20:05

validation: New module

  • Property mode set to 100644
File size: 1023 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2test-case-actions:
3- action: |
4    /* Test case 2 action 0 code */
5  checks:
6  - check: |
7      /* Test case 2 action 0 check 0 code */
8    description: |
9      Test case 2 action 0 check 0 description.
10    links: []
11  - check: |
12      /* Test case 2 action 0 check 1 code */
13    description: |
14      Test case 2 action 0 check 1 description.
15    links: []
16  description: |
17    Test case 2 action 0 description.
18  links: []
19- action: |
20    /* Test case 2 action 1 code */
21  checks: []
22  description: |
23    Test case 2 action 1 description.
24  links: []
25test-case-brief: Test case 2 brief description.
26test-case-description: Test case 2 description.
27test-case-epilogue: null
28test-case-fixture: test_case_2_fixture
29test-case-name: Test Case 2
30test-case-prologue: null
31test-case-support: null
32copyrights:
33- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
34enabled-by: []
35includes:
36- b.h
37links: []
38local-includes:
39- y.h
40source: tc12.c
41type: test-case
Note: See TracBrowser for help on using the repository browser.