source: rtems-central/spec/spec/test-support-method.yml @ c970d63

Last change on this file since c970d63 was 060008e, checked in by Sebastian Huber <sebastian.huber@…>, on 11/11/20 at 12:17:46

spec: Add runtime measurement test case item type

  • Property mode set to 100644
File size: 993 bytes
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      brief:
14        description: |
15          It shall be the test support method brief description.
16        spec-type: optional-str
17      code:
18        description: |
19          It shall be the test support method code.  The code may use a local
20          variable ``ctx`` which points to the test context, see
21          ${test-context:/spec-name}.
22        spec-type: str
23      description:
24        description: |
25          It shall be the test support method description.
26        spec-type: optional-str
27    description: |
28      This set of attributes defines an action requirement test support method.
29    mandatory-attributes: all
30  none: null
31spec-name: Test Support Method
32spec-type: test-support-method
33type: spec
Note: See TracBrowser for help on using the repository browser.