summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:01:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-16 08:42:15 +0100
commit5923e32b5207a7e3a4551889aec5d656a9dbda86 (patch)
tree6daa3d304f62b5c4918beec385be6591cf9ad99b /spec/rtems/task
parentmodules: Update rtems-docs (diff)
downloadrtems-central-5923e32b5207a7e3a4551889aec5d656a9dbda86.tar.bz2
validation: Derive names from item UIDs
Use the item UID converted to CamelCase for Doxygen group names and testsuite names.
Diffstat (limited to 'spec/rtems/task')
-rw-r--r--spec/rtems/task/val/mem-delete.yml1
-rw-r--r--spec/rtems/task/val/mem-exit.yml1
-rw-r--r--spec/rtems/task/val/mem-get-affinity.yml1
-rw-r--r--spec/rtems/task/val/mem-get-priority.yml1
-rw-r--r--spec/rtems/task/val/mem-get-scheduler.yml1
-rw-r--r--spec/rtems/task/val/mem-mode.yml1
-rw-r--r--spec/rtems/task/val/mem-restart.yml1
-rw-r--r--spec/rtems/task/val/mem-set-affinity.yml1
-rw-r--r--spec/rtems/task/val/mem-set-priority.yml1
-rw-r--r--spec/rtems/task/val/mem-set-scheduler.yml1
-rw-r--r--spec/rtems/task/val/mem-sus-res.yml1
-rw-r--r--spec/rtems/task/val/mem-wake-after.yml1
-rw-r--r--spec/rtems/task/val/mem-wake-when.yml1
13 files changed, 0 insertions, 13 deletions
diff --git a/spec/rtems/task/val/mem-delete.yml b/spec/rtems/task/val/mem-delete.yml
index 98fb3d02..39f7ddc0 100644
--- a/spec/rtems/task/val/mem-delete.yml
+++ b/spec/rtems/task/val/mem-delete.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemDelete
test-target: testsuites/membench/mem-task-delete.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-exit.yml b/spec/rtems/task/val/mem-exit.yml
index bfaf14df..92d21e07 100644
--- a/spec/rtems/task/val/mem-exit.yml
+++ b/spec/rtems/task/val/mem-exit.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemExit
test-target: testsuites/membench/mem-task-exit.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-get-affinity.yml b/spec/rtems/task/val/mem-get-affinity.yml
index 5aa194fb..e5691985 100644
--- a/spec/rtems/task/val/mem-get-affinity.yml
+++ b/spec/rtems/task/val/mem-get-affinity.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemGetAffinity
test-target: testsuites/membench/mem-task-get-affinity.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-get-priority.yml b/spec/rtems/task/val/mem-get-priority.yml
index f65e6652..34d4fec5 100644
--- a/spec/rtems/task/val/mem-get-priority.yml
+++ b/spec/rtems/task/val/mem-get-priority.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemGetPriority
test-target: testsuites/membench/mem-task-get-priority.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-get-scheduler.yml b/spec/rtems/task/val/mem-get-scheduler.yml
index 3be4f6fc..ae2e35ef 100644
--- a/spec/rtems/task/val/mem-get-scheduler.yml
+++ b/spec/rtems/task/val/mem-get-scheduler.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemGetScheduler
test-target: testsuites/membench/mem-task-get-scheduler.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-mode.yml b/spec/rtems/task/val/mem-mode.yml
index b8086934..4cd38599 100644
--- a/spec/rtems/task/val/mem-mode.yml
+++ b/spec/rtems/task/val/mem-mode.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemMode
test-target: testsuites/membench/mem-task-mode.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-restart.yml b/spec/rtems/task/val/mem-restart.yml
index 3a91d5f9..c17cb549 100644
--- a/spec/rtems/task/val/mem-restart.yml
+++ b/spec/rtems/task/val/mem-restart.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemRestart
test-target: testsuites/membench/mem-task-restart.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-set-affinity.yml b/spec/rtems/task/val/mem-set-affinity.yml
index 981e7e94..c4793343 100644
--- a/spec/rtems/task/val/mem-set-affinity.yml
+++ b/spec/rtems/task/val/mem-set-affinity.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemSetAffinity
test-target: testsuites/membench/mem-task-set-affinity.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-set-priority.yml b/spec/rtems/task/val/mem-set-priority.yml
index 5571f23d..16f8b40d 100644
--- a/spec/rtems/task/val/mem-set-priority.yml
+++ b/spec/rtems/task/val/mem-set-priority.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemSetPriority
test-target: testsuites/membench/mem-task-set-priority.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-set-scheduler.yml b/spec/rtems/task/val/mem-set-scheduler.yml
index 18466ec8..20fc8fba 100644
--- a/spec/rtems/task/val/mem-set-scheduler.yml
+++ b/spec/rtems/task/val/mem-set-scheduler.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemSetScheduler
test-target: testsuites/membench/mem-task-set-scheduler.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-sus-res.yml b/spec/rtems/task/val/mem-sus-res.yml
index df2ca5df..097b9ddb 100644
--- a/spec/rtems/task/val/mem-sus-res.yml
+++ b/spec/rtems/task/val/mem-sus-res.yml
@@ -51,6 +51,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemSusRes
test-target: testsuites/membench/mem-task-sus-res.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-wake-after.yml b/spec/rtems/task/val/mem-wake-after.yml
index f5a71622..8a456eda 100644
--- a/spec/rtems/task/val/mem-wake-after.yml
+++ b/spec/rtems/task/val/mem-wake-after.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemWakeAfter
test-target: testsuites/membench/mem-task-wake-after.c
type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-wake-when.yml b/spec/rtems/task/val/mem-wake-when.yml
index 92ad3565..aa950e52 100644
--- a/spec/rtems/task/val/mem-wake-when.yml
+++ b/spec/rtems/task/val/mem-wake-when.yml
@@ -50,6 +50,5 @@ test-description: null
test-includes:
- rtems.h
test-local-includes: []
-test-suite-name: MemWakeWhen
test-target: testsuites/membench/mem-task-wake-when.c
type: memory-benchmark