summaryrefslogtreecommitdiffstats
path: root/spec/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-11 08:48:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 11:29:34 +0200
commit91df79cdf2285abdee13b2bdff7b8f8878fc6ec1 (patch)
treeadc20a4211ed7568726896aa0c7a8915ef64f662 /spec/spec
parentvalidation: Add test context support (diff)
downloadrtems-central-91df79cdf2285abdee13b2bdff7b8f8878fc6ec1.tar.bz2
validation: Remove explicit test names
Diffstat (limited to 'spec/spec')
-rw-r--r--spec/spec/requirement-action.yml4
-rw-r--r--spec/spec/test-case.yml3
-rw-r--r--spec/spec/test-name.yml20
-rw-r--r--spec/spec/test-suite.yml3
4 files changed, 0 insertions, 30 deletions
diff --git a/spec/spec/requirement-action.yml b/spec/spec/requirement-action.yml
index 184a7b06..1940ad51 100644
--- a/spec/spec/requirement-action.yml
+++ b/spec/spec/requirement-action.yml
@@ -98,7 +98,6 @@ spec-example: |
test-header: null
test-includes: []
test-local-includes: []
- test-name: RedGreenData
test-prepare: null
test-setup: null
test-stop: null
@@ -183,9 +182,6 @@ spec-info:
description: |
It shall be a list of header files included via ``#include "..."``.
spec-type: list-str
- test-name:
- description: null
- spec-type: test-name
test-prepare:
description: |
If the value is present, then it shall be the early test preparation
diff --git a/spec/spec/test-case.yml b/spec/spec/test-case.yml
index 00773055..03260915 100644
--- a/spec/spec/test-case.yml
+++ b/spec/spec/test-case.yml
@@ -45,9 +45,6 @@ spec-info:
description: |
It shall be a list of header files included via ``#include "..."``.
spec-type: list-str
- name:
- description: null
- spec-type: test-name
prologue:
description: |
If the value is present, then it shall be the test case prologue
diff --git a/spec/spec/test-name.yml b/spec/spec/test-name.yml
deleted file mode 100644
index e3302266..00000000
--- a/spec/spec/test-name.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-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:
- str:
- assert:
- - re: ^[A-Z][a-zA-Z0-9 _]+$
- description: |
- It shall be the name of a test suite or test case. It shall be formatted
- in the style of a caption. If shall form a valid C designator after
- removal of all white space characters.
-spec-name: Test Name
-spec-type: test-name
-type: spec
diff --git a/spec/spec/test-suite.yml b/spec/spec/test-suite.yml
index aed3a55b..35c99ff0 100644
--- a/spec/spec/test-suite.yml
+++ b/spec/spec/test-suite.yml
@@ -35,9 +35,6 @@ spec-info:
description: |
It shall be a list of header files included via ``#include "..."``.
spec-type: list-str
- name:
- description: null
- spec-type: test-name
target:
description: |
It shall be the path to the generated target test suite source file.