summaryrefslogtreecommitdiff
path: root/spec/spec/test-procedure.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-29 08:18:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-08 08:59:19 +0200
commitfbc190c8e623b02cf6e651603aa4f444e7fce98b (patch)
tree0fd5e9f32ca4cbffe9156808ab12f31eb6c5ea92 /spec/spec/test-procedure.yml
parent9d7485d47724496728a818c965d8da1478f0c95b (diff)
spec: Add test procedure and platform types
Diffstat (limited to 'spec/spec/test-procedure.yml')
-rw-r--r--spec/spec/test-procedure.yml40
1 files changed, 40 insertions, 0 deletions
diff --git a/spec/spec/test-procedure.yml b/spec/spec/test-procedure.yml
new file mode 100644
index 00000000..f5e381c5
--- /dev/null
+++ b/spec/spec/test-procedure.yml
@@ -0,0 +1,40 @@
+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
+- role: spec-refinement
+ spec-key: type
+ spec-value: test-procedure
+ uid: root
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ name:
+ description: |
+ It shall be the human readable name of the test procedure.
+ spec-type: str
+ purpose:
+ description: |
+ It shall state the purpose of the test procedure.
+ spec-type: str
+ steps:
+ description: |
+ It shall describe the steps of the test procedure execution.
+ spec-type: str
+ description: |
+ Please note:
+
+ .. warning::
+
+ This item type is work in progress.
+
+ This set of attributes specifies a test procedure.
+ required-attributes: all
+spec-name: Test Procedure Item Type
+spec-type: test-procedure
+type: spec