summaryrefslogtreecommitdiffstats
path: root/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
parentvalidation: Add test context support (diff)
downloadrtems-central-91df79cdf2285abdee13b2bdff7b8f8878fc6ec1.tar.bz2
validation: Remove explicit test names
Diffstat (limited to 'spec')
-rw-r--r--spec/req/rtems/barrier/val/ident.yml1
-rw-r--r--spec/req/rtems/ident-local.yml1
-rw-r--r--spec/req/rtems/ident.yml1
-rw-r--r--spec/req/rtems/message/val/ident.yml1
-rw-r--r--spec/req/rtems/part/val/ident.yml1
-rw-r--r--spec/req/rtems/ratemon/val/ident.yml1
-rw-r--r--spec/req/rtems/sem/val/ident.yml1
-rw-r--r--spec/req/rtems/tasks/ident.yml1
-rw-r--r--spec/req/rtems/timer/val/ident.yml1
-rw-r--r--spec/req/rtems/userext/val/ident.yml1
-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
-rw-r--r--spec/testsuites/validation-0.yml1
-rw-r--r--spec/testsuites/validation/c-library.yml1
-rw-r--r--spec/testsuites/validation/classic-barrier.yml1
-rw-r--r--spec/testsuites/validation/profile.yml1
18 files changed, 0 insertions, 44 deletions
diff --git a/spec/req/rtems/barrier/val/ident.yml b/spec/req/rtems/barrier/val/ident.yml
index 0427764c..62a22eb9 100644
--- a/spec/req/rtems/barrier/val/ident.yml
+++ b/spec/req/rtems/barrier/val/ident.yml
@@ -23,7 +23,6 @@ links:
uid: ../ident
local-includes:
- support-object-ident-local.h
-name: Classic Barrier Ident
prologue: |
rtems_status_code sc;
rtems_id id_local_object;
diff --git a/spec/req/rtems/ident-local.yml b/spec/req/rtems/ident-local.yml
index 146842e7..ce6923c4 100644
--- a/spec/req/rtems/ident-local.yml
+++ b/spec/req/rtems/ident-local.yml
@@ -128,7 +128,6 @@ test-header:
test-includes: []
test-local-includes:
- support-object-ident-local.h
-test-name: Classic Object Local Ident
test-prepare: null
test-setup: null
test-stop: null
diff --git a/spec/req/rtems/ident.yml b/spec/req/rtems/ident.yml
index 0ee60c8f..d612ce3b 100644
--- a/spec/req/rtems/ident.yml
+++ b/spec/req/rtems/ident.yml
@@ -189,7 +189,6 @@ test-header:
test-includes: []
test-local-includes:
- support-object-ident.h
-test-name: Classic Object Ident
test-prepare: null
test-setup: null
test-stop: null
diff --git a/spec/req/rtems/message/val/ident.yml b/spec/req/rtems/message/val/ident.yml
index 0390918f..d6fc54a7 100644
--- a/spec/req/rtems/message/val/ident.yml
+++ b/spec/req/rtems/message/val/ident.yml
@@ -23,7 +23,6 @@ links:
uid: ../ident
local-includes:
- support-object-ident.h
-name: Classic Message Ident
prologue: |
rtems_status_code sc;
rtems_id id_local_object;
diff --git a/spec/req/rtems/part/val/ident.yml b/spec/req/rtems/part/val/ident.yml
index d3aea036..28c31859 100644
--- a/spec/req/rtems/part/val/ident.yml
+++ b/spec/req/rtems/part/val/ident.yml
@@ -23,7 +23,6 @@ links:
uid: ../ident
local-includes:
- support-object-ident.h
-name: Classic Part Ident
prologue: |
static long area[32];
rtems_status_code sc;
diff --git a/spec/req/rtems/ratemon/val/ident.yml b/spec/req/rtems/ratemon/val/ident.yml
index 4494ecbd..e8fa2198 100644
--- a/spec/req/rtems/ratemon/val/ident.yml
+++ b/spec/req/rtems/ratemon/val/ident.yml
@@ -23,7 +23,6 @@ links:
uid: ../ident
local-includes:
- support-object-ident-local.h
-name: Classic Ratemon Ident
prologue: |
rtems_status_code sc;
rtems_id id_local_object;
diff --git a/spec/req/rtems/sem/val/ident.yml b/spec/req/rtems/sem/val/ident.yml
index b2b23584..7f0ded72 100644
--- a/spec/req/rtems/sem/val/ident.yml
+++ b/spec/req/rtems/sem/val/ident.yml
@@ -23,7 +23,6 @@ links:
uid: ../ident
local-includes:
- support-object-ident.h
-name: Classic Sem Ident
prologue: |
rtems_status_code sc;
rtems_id id_local_object;
diff --git a/spec/req/rtems/tasks/ident.yml b/spec/req/rtems/tasks/ident.yml
index 27b80b60..b70b9e85 100644
--- a/spec/req/rtems/tasks/ident.yml
+++ b/spec/req/rtems/tasks/ident.yml
@@ -76,7 +76,6 @@ test-header: null
test-includes: []
test-local-includes:
- support-object-ident.h
-test-name: Classic Task Ident
test-prepare: null
test-setup:
brief: null
diff --git a/spec/req/rtems/timer/val/ident.yml b/spec/req/rtems/timer/val/ident.yml
index 86da8531..5c8264f9 100644
--- a/spec/req/rtems/timer/val/ident.yml
+++ b/spec/req/rtems/timer/val/ident.yml
@@ -23,7 +23,6 @@ links:
uid: ../ident
local-includes:
- support-object-ident-local.h
-name: Classic Timer Ident
prologue: |
rtems_status_code sc;
rtems_id id_local_object;
diff --git a/spec/req/rtems/userext/val/ident.yml b/spec/req/rtems/userext/val/ident.yml
index 78544f2a..c125ab2f 100644
--- a/spec/req/rtems/userext/val/ident.yml
+++ b/spec/req/rtems/userext/val/ident.yml
@@ -23,7 +23,6 @@ links:
uid: ../ident
local-includes:
- support-object-ident-local.h
-name: Classic UserExt Ident
prologue: |
static const rtems_extensions_table table;
rtems_status_code sc;
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.
diff --git a/spec/testsuites/validation-0.yml b/spec/testsuites/validation-0.yml
index 77c02aa4..e6a5d01f 100644
--- a/spec/testsuites/validation-0.yml
+++ b/spec/testsuites/validation-0.yml
@@ -116,6 +116,5 @@ includes:
- rtems/sysinit.h
links: []
local-includes: []
-name: Validation 0
target: testsuites/validation/ts-validation-0.c
type: test-suite
diff --git a/spec/testsuites/validation/c-library.yml b/spec/testsuites/validation/c-library.yml
index 704541eb..24312218 100644
--- a/spec/testsuites/validation/c-library.yml
+++ b/spec/testsuites/validation/c-library.yml
@@ -68,7 +68,6 @@ includes:
- rtems/malloc.h
links: []
local-includes: []
-name: Space Profile C Library
prologue: |
void *p;
int s;
diff --git a/spec/testsuites/validation/classic-barrier.yml b/spec/testsuites/validation/classic-barrier.yml
index 477cddeb..f4e5e44e 100644
--- a/spec/testsuites/validation/classic-barrier.yml
+++ b/spec/testsuites/validation/classic-barrier.yml
@@ -74,7 +74,6 @@ includes:
- rtems.h
links: []
local-includes: []
-name: Space Profile Classic Barriers
prologue: |
static const rtems_name name = rtems_build_name('B', 'A', 'R', 'R');
rtems_status_code sc;
diff --git a/spec/testsuites/validation/profile.yml b/spec/testsuites/validation/profile.yml
index 9967f865..b81556d0 100644
--- a/spec/testsuites/validation/profile.yml
+++ b/spec/testsuites/validation/profile.yml
@@ -153,6 +153,5 @@ includes:
- rtems/score/sysstate.h
links: []
local-includes: []
-name: Space Profile
target: testsuites/validation/ts-space-profile.c
type: test-suite