summaryrefslogtreecommitdiffstats
path: root/spec/spec/test-run-param.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec/test-run-param.yml')
-rw-r--r--spec/spec/test-run-param.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/spec/spec/test-run-param.yml b/spec/spec/test-run-param.yml
new file mode 100644
index 00000000..77c0d3c6
--- /dev/null
+++ b/spec/spec/test-run-param.yml
@@ -0,0 +1,38 @@
+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:
+- 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 ${requirement-action-test-context:/spec-name}.
+ mandatory-attributes: all
+spec-name: Test Run Parameter
+spec-type: test-run-param
+type: spec