summaryrefslogtreecommitdiff
path: root/spec/testsuites
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/testsuites
parent8fde6f75b7414ba37acacd4e6125da462cd154df (diff)
validation: Derive names from item UIDs
Use the item UID converted to CamelCase for Doxygen group names and testsuite names.
Diffstat (limited to 'spec/testsuites')
-rw-r--r--spec/testsuites/bsp-sparc-leon3-gr712rc.yml1
-rw-r--r--spec/testsuites/fatal-boot-processor-not-assigned-to-scheduler.yml1
-rw-r--r--spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml1
-rw-r--r--spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.yml1
-rw-r--r--spec/testsuites/fatal-bsp-sparc-leon3-clock-initialization.yml1
-rw-r--r--spec/testsuites/fatal-bsp-sparc-leon3-shutdown.yml1
-rw-r--r--spec/testsuites/fatal-idle-thread-create-failed.yml1
-rw-r--r--spec/testsuites/fatal-idle-thread-stack-too-small.yml1
-rw-r--r--spec/testsuites/fatal-init-task-construct-failed.yml1
-rw-r--r--spec/testsuites/fatal-mandatory-processor-not-present.yml1
-rw-r--r--spec/testsuites/fatal-scheduler-requires-exactly-one-processor.yml1
-rw-r--r--spec/testsuites/fatal-smp.yml1
-rw-r--r--spec/testsuites/fatal-start-of-mandatory-processor-failed.yml1
-rw-r--r--spec/testsuites/fatal-start-on-not-online-processor.yml1
-rw-r--r--spec/testsuites/fatal-too-large-tls-size.yml1
-rw-r--r--spec/testsuites/model-0.yml1
-rw-r--r--spec/testsuites/performance-no-clock-0.yml1
-rw-r--r--spec/testsuites/terminate.yml1
-rw-r--r--spec/testsuites/unit-no-clock-0.yml1
-rw-r--r--spec/testsuites/userext.yml1
-rw-r--r--spec/testsuites/validation-0.yml1
-rw-r--r--spec/testsuites/validation-1.yml1
-rw-r--r--spec/testsuites/validation-acfg-0.yml1
-rw-r--r--spec/testsuites/validation-acfg-1.yml1
-rw-r--r--spec/testsuites/validation-cache.yml1
-rw-r--r--spec/testsuites/validation-dev-0.yml1
-rw-r--r--spec/testsuites/validation-intr.yml1
-rw-r--r--spec/testsuites/validation-io-kernel.yml1
-rw-r--r--spec/testsuites/validation-no-clock-0.yml1
-rw-r--r--spec/testsuites/validation-non-smp.yml1
-rw-r--r--spec/testsuites/validation-one-cpu-0.yml1
-rw-r--r--spec/testsuites/validation-one-cpu-1.yml1
-rw-r--r--spec/testsuites/validation-smp-one-cpu-0.yml1
-rw-r--r--spec/testsuites/validation-smp-only-0.yml1
-rw-r--r--spec/testsuites/validation-smp-only-2.yml1
-rw-r--r--spec/testsuites/validation-timecounter-0.yml1
-rw-r--r--spec/testsuites/validation-timecounter-1.yml1
-rw-r--r--spec/testsuites/validation-timecounter-smp-0.yml1
-rw-r--r--spec/testsuites/validation-tls-0.yml1
-rw-r--r--spec/testsuites/validation-tls-1.yml1
40 files changed, 0 insertions, 40 deletions
diff --git a/spec/testsuites/bsp-sparc-leon3-gr712rc.yml b/spec/testsuites/bsp-sparc-leon3-gr712rc.yml
index c0f788a6..2a485f17 100644
--- a/spec/testsuites/bsp-sparc-leon3-gr712rc.yml
+++ b/spec/testsuites/bsp-sparc-leon3-gr712rc.yml
@@ -14,6 +14,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: BspSparcLeon3Gr712rc
test-target: testsuites/validation/ts-bsp-sparc-leon3-gr712rc.c
type: test-suite
diff --git a/spec/testsuites/fatal-boot-processor-not-assigned-to-scheduler.yml b/spec/testsuites/fatal-boot-processor-not-assigned-to-scheduler.yml
index 4bba3e7e..a960620a 100644
--- a/spec/testsuites/fatal-boot-processor-not-assigned-to-scheduler.yml
+++ b/spec/testsuites/fatal-boot-processor-not-assigned-to-scheduler.yml
@@ -39,6 +39,5 @@ test-includes: []
test-local-includes:
- tr-fatal-boot-processor-not-assigned-to-scheduler.h
- ts-config.h
-test-suite-name: FatalBootProcessorNotAssignedToScheduler
test-target: testsuites/validation/ts-fatal-boot-processor-not-assigned-to-scheduler.c
type: test-suite
diff --git a/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml b/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml
index 69993764..d3655ae5 100644
--- a/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml
+++ b/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml
@@ -23,6 +23,5 @@ test-description: null
test-includes: []
test-local-includes:
- tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.h
-test-suite-name: FatalBspSparcLeon3CacheSnoopingDisabledBoot
test-target: testsuites/validation/ts-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c
type: test-suite
diff --git a/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.yml b/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.yml
index 893d17ea..441d432b 100644
--- a/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.yml
+++ b/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.yml
@@ -26,6 +26,5 @@ test-description: null
test-includes: []
test-local-includes:
- tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.h
-test-suite-name: FatalBspSparcLeon3CacheSnoopingDisabledSecondary
test-target: testsuites/validation/ts-fatal-bsp-sparc-leon3-cache-snooping-disabled-secondary.c
type: test-suite
diff --git a/spec/testsuites/fatal-bsp-sparc-leon3-clock-initialization.yml b/spec/testsuites/fatal-bsp-sparc-leon3-clock-initialization.yml
index fdda9aa4..7d8bc652 100644
--- a/spec/testsuites/fatal-bsp-sparc-leon3-clock-initialization.yml
+++ b/spec/testsuites/fatal-bsp-sparc-leon3-clock-initialization.yml
@@ -20,6 +20,5 @@ test-description: null
test-includes: []
test-local-includes:
- tr-fatal-bsp-sparc-leon3-clock-initialization.h
-test-suite-name: FatalBspSparcLeon3ClockInitialization
test-target: testsuites/validation/ts-fatal-bsp-sparc-leon3-clock-initialization.c
type: test-suite
diff --git a/spec/testsuites/fatal-bsp-sparc-leon3-shutdown.yml b/spec/testsuites/fatal-bsp-sparc-leon3-shutdown.yml
index 4df77ecc..9c519a78 100644
--- a/spec/testsuites/fatal-bsp-sparc-leon3-shutdown.yml
+++ b/spec/testsuites/fatal-bsp-sparc-leon3-shutdown.yml
@@ -113,6 +113,5 @@ test-includes:
test-local-includes:
- ts-config.h
- tx-support.h
-test-suite-name: FatalBspSparcLeon3Shutdown
test-target: testsuites/validation/ts-fatal-bsp-sparc-leon3-shutdown.c
type: test-suite
diff --git a/spec/testsuites/fatal-idle-thread-create-failed.yml b/spec/testsuites/fatal-idle-thread-create-failed.yml
index a805e6e8..1f5cd4d5 100644
--- a/spec/testsuites/fatal-idle-thread-create-failed.yml
+++ b/spec/testsuites/fatal-idle-thread-create-failed.yml
@@ -31,6 +31,5 @@ test-description: null
test-includes: []
test-local-includes:
- tr-fatal-idle-thread-create-failed.h
-test-suite-name: FatalIdleThreadCreateFailed
test-target: testsuites/validation/ts-fatal-idle-thread-create-failed.c
type: test-suite
diff --git a/spec/testsuites/fatal-idle-thread-stack-too-small.yml b/spec/testsuites/fatal-idle-thread-stack-too-small.yml
index cb19edfa..88255ad3 100644
--- a/spec/testsuites/fatal-idle-thread-stack-too-small.yml
+++ b/spec/testsuites/fatal-idle-thread-stack-too-small.yml
@@ -38,6 +38,5 @@ test-description: null
test-includes: []
test-local-includes:
- tr-fatal-idle-thread-stack-too-small.h
-test-suite-name: FatalIdleThreadStackTooSmall
test-target: testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
type: test-suite
diff --git a/spec/testsuites/fatal-init-task-construct-failed.yml b/spec/testsuites/fatal-init-task-construct-failed.yml
index d292c124..274eb5b5 100644
--- a/spec/testsuites/fatal-init-task-construct-failed.yml
+++ b/spec/testsuites/fatal-init-task-construct-failed.yml
@@ -36,6 +36,5 @@ test-description: null
test-includes: []
test-local-includes:
- tr-fatal-init-task-construct-failed.h
-test-suite-name: FatalInitTaskConstructFailed
test-target: testsuites/validation/ts-fatal-init-task-construct-failed.c
type: test-suite
diff --git a/spec/testsuites/fatal-mandatory-processor-not-present.yml b/spec/testsuites/fatal-mandatory-processor-not-present.yml
index 1302b1b4..52c2a35b 100644
--- a/spec/testsuites/fatal-mandatory-processor-not-present.yml
+++ b/spec/testsuites/fatal-mandatory-processor-not-present.yml
@@ -68,6 +68,5 @@ test-includes: []
test-local-includes:
- tr-fatal-mandatory-processor-not-present.h
- ts-config.h
-test-suite-name: FatalMandatoryProcessorNotPresent
test-target: testsuites/validation/ts-fatal-mandatory-processor-not-present.c
type: test-suite
diff --git a/spec/testsuites/fatal-scheduler-requires-exactly-one-processor.yml b/spec/testsuites/fatal-scheduler-requires-exactly-one-processor.yml
index 8ce3e344..2d653470 100644
--- a/spec/testsuites/fatal-scheduler-requires-exactly-one-processor.yml
+++ b/spec/testsuites/fatal-scheduler-requires-exactly-one-processor.yml
@@ -39,6 +39,5 @@ test-includes: []
test-local-includes:
- tr-fatal-scheduler-requires-exactly-one-processor.h
- ts-config.h
-test-suite-name: FatalSchedulerRequiresExactlyOneProcessor
test-target: testsuites/validation/ts-fatal-scheduler-requires-exactly-one-processor.c
type: test-suite
diff --git a/spec/testsuites/fatal-smp.yml b/spec/testsuites/fatal-smp.yml
index a33c2b13..f66416b4 100644
--- a/spec/testsuites/fatal-smp.yml
+++ b/spec/testsuites/fatal-smp.yml
@@ -39,6 +39,5 @@ test-includes: []
test-local-includes:
- tr-fatal-smp.h
- ts-config.h
-test-suite-name: FatalSmp
test-target: testsuites/validation/ts-fatal-smp.c
type: test-suite
diff --git a/spec/testsuites/fatal-start-of-mandatory-processor-failed.yml b/spec/testsuites/fatal-start-of-mandatory-processor-failed.yml
index 57469912..110add14 100644
--- a/spec/testsuites/fatal-start-of-mandatory-processor-failed.yml
+++ b/spec/testsuites/fatal-start-of-mandatory-processor-failed.yml
@@ -38,6 +38,5 @@ test-includes: []
test-local-includes:
- tr-fatal-start-of-mandatory-processor-failed.h
- ts-config.h
-test-suite-name: FatalStartOfMandatoryProcessorFailed
test-target: testsuites/validation/ts-fatal-start-of-mandatory-processor-failed.c
type: test-suite
diff --git a/spec/testsuites/fatal-start-on-not-online-processor.yml b/spec/testsuites/fatal-start-on-not-online-processor.yml
index 36408094..dd8bd66d 100644
--- a/spec/testsuites/fatal-start-on-not-online-processor.yml
+++ b/spec/testsuites/fatal-start-on-not-online-processor.yml
@@ -25,6 +25,5 @@ test-includes: []
test-local-includes:
- tr-fatal-start-on-not-online-processor.h
- ts-config.h
-test-suite-name: FatalStartOnNotOnlineProcessor
test-target: testsuites/validation/ts-fatal-start-on-not-online-processor.c
type: test-suite
diff --git a/spec/testsuites/fatal-too-large-tls-size.yml b/spec/testsuites/fatal-too-large-tls-size.yml
index 54dc98a7..dd677bed 100644
--- a/spec/testsuites/fatal-too-large-tls-size.yml
+++ b/spec/testsuites/fatal-too-large-tls-size.yml
@@ -23,6 +23,5 @@ test-description: null
test-includes: []
test-local-includes:
- tr-fatal-too-large-tls-size.h
-test-suite-name: FatalTooLargeTlsSize
test-target: testsuites/validation/ts-fatal-too-large-tls-size.c
type: test-suite
diff --git a/spec/testsuites/model-0.yml b/spec/testsuites/model-0.yml
index 1e67e5f9..89e76a0c 100644
--- a/spec/testsuites/model-0.yml
+++ b/spec/testsuites/model-0.yml
@@ -20,6 +20,5 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: Model0
test-target: testsuites/validation/ts-model-0.c
type: test-suite
diff --git a/spec/testsuites/performance-no-clock-0.yml b/spec/testsuites/performance-no-clock-0.yml
index bb1c2091..c80a8589 100644
--- a/spec/testsuites/performance-no-clock-0.yml
+++ b/spec/testsuites/performance-no-clock-0.yml
@@ -22,6 +22,5 @@ test-description: |
test-includes:
- rtems/test-info.h
test-local-includes: []
-test-suite-name: PerformanceNoClock0
test-target: testsuites/validation/ts-performance-no-clock-0.c
type: test-suite
diff --git a/spec/testsuites/terminate.yml b/spec/testsuites/terminate.yml
index fdf36357..1edbe512 100644
--- a/spec/testsuites/terminate.yml
+++ b/spec/testsuites/terminate.yml
@@ -24,6 +24,5 @@ test-description: null
test-includes: []
test-local-includes:
- tc-userext.h
-test-suite-name: Terminate
test-target: testsuites/validation/ts-terminate.c
type: test-suite
diff --git a/spec/testsuites/unit-no-clock-0.yml b/spec/testsuites/unit-no-clock-0.yml
index 685daf90..80c92986 100644
--- a/spec/testsuites/unit-no-clock-0.yml
+++ b/spec/testsuites/unit-no-clock-0.yml
@@ -22,6 +22,5 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: UnitNoClock0
test-target: testsuites/unit/ts-unit-no-clock-0.c
type: test-suite
diff --git a/spec/testsuites/userext.yml b/spec/testsuites/userext.yml
index 4e1aa505..e60b7c27 100644
--- a/spec/testsuites/userext.yml
+++ b/spec/testsuites/userext.yml
@@ -39,6 +39,5 @@ test-description: null
test-includes: []
test-local-includes:
- tc-userext.h
-test-suite-name: Userext
test-target: testsuites/validation/ts-userext.c
type: test-suite
diff --git a/spec/testsuites/validation-0.yml b/spec/testsuites/validation-0.yml
index 2204e869..09922c8f 100644
--- a/spec/testsuites/validation-0.yml
+++ b/spec/testsuites/validation-0.yml
@@ -19,6 +19,5 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: Validation0
test-target: testsuites/validation/ts-validation-0.c
type: test-suite
diff --git a/spec/testsuites/validation-1.yml b/spec/testsuites/validation-1.yml
index f23bb2b3..e95d3abd 100644
--- a/spec/testsuites/validation-1.yml
+++ b/spec/testsuites/validation-1.yml
@@ -19,6 +19,5 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: Validation1
test-target: testsuites/validation/ts-validation-1.c
type: test-suite
diff --git a/spec/testsuites/validation-acfg-0.yml b/spec/testsuites/validation-acfg-0.yml
index ff2b227d..06e0521e 100644
--- a/spec/testsuites/validation-acfg-0.yml
+++ b/spec/testsuites/validation-acfg-0.yml
@@ -32,6 +32,5 @@ test-includes: []
test-local-includes:
- ts-acfg.h
- tx-support.h
-test-suite-name: ValidationAcfg0
test-target: testsuites/validation/ts-validation-acfg-0.c
type: test-suite
diff --git a/spec/testsuites/validation-acfg-1.yml b/spec/testsuites/validation-acfg-1.yml
index 97f52b80..16a023b6 100644
--- a/spec/testsuites/validation-acfg-1.yml
+++ b/spec/testsuites/validation-acfg-1.yml
@@ -53,6 +53,5 @@ test-includes:
- bsp.h
test-local-includes:
- ts-acfg.h
-test-suite-name: ValidationAcfg1
test-target: testsuites/validation/ts-validation-acfg-1.c
type: test-suite
diff --git a/spec/testsuites/validation-cache.yml b/spec/testsuites/validation-cache.yml
index a93de8ec..2d64e2f6 100644
--- a/spec/testsuites/validation-cache.yml
+++ b/spec/testsuites/validation-cache.yml
@@ -19,6 +19,5 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: ValidationCache
test-target: testsuites/validation/ts-validation-cache.c
type: test-suite
diff --git a/spec/testsuites/validation-dev-0.yml b/spec/testsuites/validation-dev-0.yml
index 56ad0542..753c29e2 100644
--- a/spec/testsuites/validation-dev-0.yml
+++ b/spec/testsuites/validation-dev-0.yml
@@ -15,6 +15,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationDev0
test-target: testsuites/validation/ts-validation-dev-0.c
type: test-suite
diff --git a/spec/testsuites/validation-intr.yml b/spec/testsuites/validation-intr.yml
index 42ac5da0..897c8e5f 100644
--- a/spec/testsuites/validation-intr.yml
+++ b/spec/testsuites/validation-intr.yml
@@ -21,6 +21,5 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: ValidationIntr
test-target: testsuites/validation/ts-validation-intr.c
type: test-suite
diff --git a/spec/testsuites/validation-io-kernel.yml b/spec/testsuites/validation-io-kernel.yml
index 4f592ae6..0fbf4d59 100644
--- a/spec/testsuites/validation-io-kernel.yml
+++ b/spec/testsuites/validation-io-kernel.yml
@@ -91,6 +91,5 @@ test-includes:
- rtems/testopts.h
test-local-includes:
- tr-io-kernel.h
-test-suite-name: ValidationIoKernel
test-target: testsuites/validation/ts-validation-io-kernel.c
type: test-suite
diff --git a/spec/testsuites/validation-no-clock-0.yml b/spec/testsuites/validation-no-clock-0.yml
index 9e1026fd..f687e8e7 100644
--- a/spec/testsuites/validation-no-clock-0.yml
+++ b/spec/testsuites/validation-no-clock-0.yml
@@ -22,6 +22,5 @@ test-description: |
scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: ValidationNoClock0
test-target: testsuites/validation/ts-validation-no-clock-0.c
type: test-suite
diff --git a/spec/testsuites/validation-non-smp.yml b/spec/testsuites/validation-non-smp.yml
index 59aecb2e..a48b1142 100644
--- a/spec/testsuites/validation-non-smp.yml
+++ b/spec/testsuites/validation-non-smp.yml
@@ -18,6 +18,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationNonSMP
test-target: testsuites/validation/ts-validation-non-smp.c
type: test-suite
diff --git a/spec/testsuites/validation-one-cpu-0.yml b/spec/testsuites/validation-one-cpu-0.yml
index a28544f7..ba605438 100644
--- a/spec/testsuites/validation-one-cpu-0.yml
+++ b/spec/testsuites/validation-one-cpu-0.yml
@@ -22,6 +22,5 @@ test-description: |
duration.
test-includes: []
test-local-includes: []
-test-suite-name: ValidationOneCpu0
test-target: testsuites/validation/ts-validation-one-cpu-0.c
type: test-suite
diff --git a/spec/testsuites/validation-one-cpu-1.yml b/spec/testsuites/validation-one-cpu-1.yml
index 8f02d5f2..3b6febb2 100644
--- a/spec/testsuites/validation-one-cpu-1.yml
+++ b/spec/testsuites/validation-one-cpu-1.yml
@@ -26,6 +26,5 @@ test-description: |
test-includes: []
test-local-includes:
- ts-config.h
-test-suite-name: ValidationOneCpu1
test-target: testsuites/validation/ts-validation-one-cpu-1.c
type: test-suite
diff --git a/spec/testsuites/validation-smp-one-cpu-0.yml b/spec/testsuites/validation-smp-one-cpu-0.yml
index 8e1c75fc..7f997b2a 100644
--- a/spec/testsuites/validation-smp-one-cpu-0.yml
+++ b/spec/testsuites/validation-smp-one-cpu-0.yml
@@ -18,6 +18,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationSmpOneCpu0
test-target: testsuites/validation/ts-validation-smp-one-cpu-0.c
type: test-suite
diff --git a/spec/testsuites/validation-smp-only-0.yml b/spec/testsuites/validation-smp-only-0.yml
index 6d744901..4f810b0e 100644
--- a/spec/testsuites/validation-smp-only-0.yml
+++ b/spec/testsuites/validation-smp-only-0.yml
@@ -19,6 +19,5 @@ test-description: |
using up to four processors.
test-includes: []
test-local-includes: []
-test-suite-name: ValidationSMPOnly0
test-target: testsuites/validation/ts-validation-smp-only-0.c
type: test-suite
diff --git a/spec/testsuites/validation-smp-only-2.yml b/spec/testsuites/validation-smp-only-2.yml
index 4336d236..e25282c1 100644
--- a/spec/testsuites/validation-smp-only-2.yml
+++ b/spec/testsuites/validation-smp-only-2.yml
@@ -42,6 +42,5 @@ test-description: null
test-includes: []
test-local-includes:
- ts-config.h
-test-suite-name: ValidationSMPOnly2
test-target: testsuites/validation/ts-validation-smp-only-2.c
type: test-suite
diff --git a/spec/testsuites/validation-timecounter-0.yml b/spec/testsuites/validation-timecounter-0.yml
index 8fdd3262..d69f9d2f 100644
--- a/spec/testsuites/validation-timecounter-0.yml
+++ b/spec/testsuites/validation-timecounter-0.yml
@@ -19,6 +19,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationTimecounter0
test-target: testsuites/validation/ts-validation-timecounter-0.c
type: test-suite
diff --git a/spec/testsuites/validation-timecounter-1.yml b/spec/testsuites/validation-timecounter-1.yml
index 8324feab..ee77a1c1 100644
--- a/spec/testsuites/validation-timecounter-1.yml
+++ b/spec/testsuites/validation-timecounter-1.yml
@@ -17,6 +17,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationTimecounter1
test-target: testsuites/validation/ts-validation-timecounter-1.c
type: test-suite
diff --git a/spec/testsuites/validation-timecounter-smp-0.yml b/spec/testsuites/validation-timecounter-smp-0.yml
index d238b13b..06a83f93 100644
--- a/spec/testsuites/validation-timecounter-smp-0.yml
+++ b/spec/testsuites/validation-timecounter-smp-0.yml
@@ -19,6 +19,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationTimecounterSmp0
test-target: testsuites/validation/ts-validation-timecounter-smp-0.c
type: test-suite
diff --git a/spec/testsuites/validation-tls-0.yml b/spec/testsuites/validation-tls-0.yml
index 1c2e5cff..dcc0a69f 100644
--- a/spec/testsuites/validation-tls-0.yml
+++ b/spec/testsuites/validation-tls-0.yml
@@ -17,6 +17,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationTls0
test-target: testsuites/validation/ts-validation-tls-0.c
type: test-suite
diff --git a/spec/testsuites/validation-tls-1.yml b/spec/testsuites/validation-tls-1.yml
index 1f4dcaa7..f430983c 100644
--- a/spec/testsuites/validation-tls-1.yml
+++ b/spec/testsuites/validation-tls-1.yml
@@ -18,6 +18,5 @@ test-code: |
test-description: null
test-includes: []
test-local-includes: []
-test-suite-name: ValidationTls1
test-target: testsuites/validation/ts-validation-tls-1.c
type: test-suite