summaryrefslogtreecommitdiffstats
path: root/spec/spec/test-run-param.yml
blob: 845c6aee17c1753bfbd6dc1100b0b4c18ad52a77 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: spec-member
  uid: root
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      description:
        description: |
          It shall be the description of the parameter.
        spec-type: str
      dir:
        description: null
        spec-type: interface-param-dir
      name:
        description: |
          It shall be the parameter name.
        spec-type: str
      specifier:
        description: |
          It shall be the complete function parameter specifier.  Use
          ``$${.:name}`` for the parameter name, for example
          ``"int $${.:name}"``.
        spec-type: str
    description: |
      This set of attributes specifies a parameter for the test run function.
      In case this parameter is used in an ${requirement-action:/spec-name}
      item, then the parameter is also added as a member to the test context,
      see ${test-context:/spec-name}.
    mandatory-attributes: all
spec-name: Test Run Parameter
spec-type: test-run-param
type: spec