summaryrefslogtreecommitdiffstats
path: root/spec/req
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/req
parentvalidation: Add test context support (diff)
downloadrtems-central-91df79cdf2285abdee13b2bdff7b8f8878fc6ec1.tar.bz2
validation: Remove explicit test names
Diffstat (limited to 'spec/req')
-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
10 files changed, 0 insertions, 10 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;