From fbc190c8e623b02cf6e651603aa4f444e7fce98b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 29 May 2020 08:18:51 +0200 Subject: spec: Add test procedure and platform types --- spec/spec/test-platform.yml | 36 ++++++++++++++++++++++++++++++++++++ spec/spec/test-procedure.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 spec/spec/test-platform.yml create mode 100644 spec/spec/test-procedure.yml 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 -- cgit v1.2.3