summaryrefslogtreecommitdiff
path: root/spec/spec/requirement-action-test-run-param.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-10 09:52:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-10 09:54:18 +0200
commitca159fc9acaab5c291fc0e0d2fb29f9293dc1b7a (patch)
tree6c776dcb5febb9b5e9128678e0fef48c3d16eb4d /spec/spec/requirement-action-test-run-param.yml
parentd9075e27a517fec7cc9d1e5db2a5f290f260ef15 (diff)
spec: Specify action requirement test headers
Diffstat (limited to 'spec/spec/requirement-action-test-run-param.yml')
-rw-r--r--spec/spec/requirement-action-test-run-param.yml37
1 files changed, 37 insertions, 0 deletions
diff --git a/spec/spec/requirement-action-test-run-param.yml b/spec/spec/requirement-action-test-run-param.yml
new file mode 100644
index 00000000..8d23c11d
--- /dev/null
+++ b/spec/spec/requirement-action-test-run-param.yml
@@ -0,0 +1,37 @@
+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.
+ The parameter is also added as a member to the test context, see
+ ${requirement-action-test-context:/spec-name}.
+ mandatory-attributes: all
+spec-name: Action Requirement Test Run Parameter
+spec-type: requirement-action-test-run-param
+type: spec