summaryrefslogtreecommitdiffstats
path: root/spec/spec
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
parentsphinxcontent: Add section prefix member (diff)
downloadrtems-central-fbc190c8e623b02cf6e651603aa4f444e7fce98b.tar.bz2
spec: Add test procedure and platform types
Diffstat (limited to 'spec/spec')
-rw-r--r--spec/spec/test-platform.yml36
-rw-r--r--spec/spec/test-procedure.yml40
2 files changed, 76 insertions, 0 deletions
diff --git a/spec/spec/test-platform.yml b/spec/spec/test-platform.yml
new file mode 100644
index 00000000..d03ef01e
--- /dev/null
+++ b/spec/spec/test-platform.yml
@@ -0,0 +1,36 @@
+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-platform
+ uid: root
+spec-description: null
+spec-example: null
+spec-info:
+ dict:
+ attributes:
+ name:
+ description: |
+ It shall be the human readable name of the test platform.
+ spec-type: str
+ description:
+ description: |
+ It shall be the description of the test platform.
+ spec-type: str
+ description: |
+ Please note:
+
+ .. warning::
+
+ This item type is work in progress.
+
+ This set of attributes specifies a test platform.
+ required-attributes: all
+spec-name: Test Platform Item Type
+spec-type: test-platform
+type: spec
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