summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-23 11:10:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-28 09:58:46 +0200
commite18c077bef5307fe6270983c0289a4be3ebe297a (patch)
tree6ceb673747e9132845de28ea19b25db826565d06 /spec/rtems/task
parentspec: Use subtype for validation items (diff)
downloadrtems-central-e18c077bef5307fe6270983c0289a4be3ebe297a.tar.bz2
spec: Add "memory-benchmark" item type
Diffstat (limited to 'spec/rtems/task')
-rw-r--r--spec/rtems/task/val/mem-delete.yml2
-rw-r--r--spec/rtems/task/val/mem-exit.yml2
-rw-r--r--spec/rtems/task/val/mem-get-affinity.yml2
-rw-r--r--spec/rtems/task/val/mem-get-priority.yml2
-rw-r--r--spec/rtems/task/val/mem-get-scheduler.yml2
-rw-r--r--spec/rtems/task/val/mem-mode.yml2
-rw-r--r--spec/rtems/task/val/mem-restart.yml2
-rw-r--r--spec/rtems/task/val/mem-set-affinity.yml2
-rw-r--r--spec/rtems/task/val/mem-set-priority.yml2
-rw-r--r--spec/rtems/task/val/mem-set-scheduler.yml2
-rw-r--r--spec/rtems/task/val/mem-sus-res.yml2
-rw-r--r--spec/rtems/task/val/mem-wake-after.yml2
-rw-r--r--spec/rtems/task/val/mem-wake-when.yml2
13 files changed, 13 insertions, 13 deletions
diff --git a/spec/rtems/task/val/mem-delete.yml b/spec/rtems/task/val/mem-delete.yml
index e04de19e..25e60f03 100644
--- a/spec/rtems/task/val/mem-delete.yml
+++ b/spec/rtems/task/val/mem-delete.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemDelete
test-target: testsuites/membench/mem-task-delete.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-exit.yml b/spec/rtems/task/val/mem-exit.yml
index 5f1c167a..c9ed6b23 100644
--- a/spec/rtems/task/val/mem-exit.yml
+++ b/spec/rtems/task/val/mem-exit.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemExit
test-target: testsuites/membench/mem-task-exit.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-get-affinity.yml b/spec/rtems/task/val/mem-get-affinity.yml
index 4f0f3653..5e8a21a7 100644
--- a/spec/rtems/task/val/mem-get-affinity.yml
+++ b/spec/rtems/task/val/mem-get-affinity.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemGetAffinity
test-target: testsuites/membench/mem-task-get-affinity.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-get-priority.yml b/spec/rtems/task/val/mem-get-priority.yml
index 24517418..977599db 100644
--- a/spec/rtems/task/val/mem-get-priority.yml
+++ b/spec/rtems/task/val/mem-get-priority.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemGetPriority
test-target: testsuites/membench/mem-task-get-priority.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-get-scheduler.yml b/spec/rtems/task/val/mem-get-scheduler.yml
index e139c852..43cb53ed 100644
--- a/spec/rtems/task/val/mem-get-scheduler.yml
+++ b/spec/rtems/task/val/mem-get-scheduler.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemGetScheduler
test-target: testsuites/membench/mem-task-get-scheduler.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-mode.yml b/spec/rtems/task/val/mem-mode.yml
index 8f05a3d2..f677d85e 100644
--- a/spec/rtems/task/val/mem-mode.yml
+++ b/spec/rtems/task/val/mem-mode.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemMode
test-target: testsuites/membench/mem-task-mode.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-restart.yml b/spec/rtems/task/val/mem-restart.yml
index 68fd7e2a..a3190764 100644
--- a/spec/rtems/task/val/mem-restart.yml
+++ b/spec/rtems/task/val/mem-restart.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemRestart
test-target: testsuites/membench/mem-task-restart.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-set-affinity.yml b/spec/rtems/task/val/mem-set-affinity.yml
index eb17c66d..081d7612 100644
--- a/spec/rtems/task/val/mem-set-affinity.yml
+++ b/spec/rtems/task/val/mem-set-affinity.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemSetAffinity
test-target: testsuites/membench/mem-task-set-affinity.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-set-priority.yml b/spec/rtems/task/val/mem-set-priority.yml
index 51db9699..26a4a6d2 100644
--- a/spec/rtems/task/val/mem-set-priority.yml
+++ b/spec/rtems/task/val/mem-set-priority.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemSetPriority
test-target: testsuites/membench/mem-task-set-priority.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-set-scheduler.yml b/spec/rtems/task/val/mem-set-scheduler.yml
index 44a7ce07..32506e46 100644
--- a/spec/rtems/task/val/mem-set-scheduler.yml
+++ b/spec/rtems/task/val/mem-set-scheduler.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemSetScheduler
test-target: testsuites/membench/mem-task-set-scheduler.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-sus-res.yml b/spec/rtems/task/val/mem-sus-res.yml
index c9e3a4e7..7845108b 100644
--- a/spec/rtems/task/val/mem-sus-res.yml
+++ b/spec/rtems/task/val/mem-sus-res.yml
@@ -51,4 +51,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemSusRes
test-target: testsuites/membench/mem-task-sus-res.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-wake-after.yml b/spec/rtems/task/val/mem-wake-after.yml
index 79f8bf94..c2a69022 100644
--- a/spec/rtems/task/val/mem-wake-after.yml
+++ b/spec/rtems/task/val/mem-wake-after.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemWakeAfter
test-target: testsuites/membench/mem-task-wake-after.c
-type: test-suite
+type: memory-benchmark
diff --git a/spec/rtems/task/val/mem-wake-when.yml b/spec/rtems/task/val/mem-wake-when.yml
index 54851446..f8a3db36 100644
--- a/spec/rtems/task/val/mem-wake-when.yml
+++ b/spec/rtems/task/val/mem-wake-when.yml
@@ -50,4 +50,4 @@ test-includes:
test-local-includes: []
test-suite-name: MemWakeWhen
test-target: testsuites/membench/mem-task-wake-when.c
-type: test-suite
+type: memory-benchmark