summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-0.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-14 08:57:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 11:29:34 +0200
commit48d7a6858582560f763a51ed2ddb48fbeb079573 (patch)
tree8540ba8ec2220a2afafaa2f74bd605a41b4659b9 /spec/testsuites/validation-0.yml
parentspec: Add test header to test case item type (diff)
downloadrtems-central-48d7a6858582560f763a51ed2ddb48fbeb079573.tar.bz2
spec: Unify test attribute keys
Diffstat (limited to 'spec/testsuites/validation-0.yml')
-rw-r--r--spec/testsuites/validation-0.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec/testsuites/validation-0.yml b/spec/testsuites/validation-0.yml
index e6a5d01f..6b1e6cb6 100644
--- a/spec/testsuites/validation-0.yml
+++ b/spec/testsuites/validation-0.yml
@@ -1,7 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: |
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links: []
+test-brief: |
This test suite contains a collection of unrelated test cases.
-code: |
+test-code: |
static char runner_task_stack[ RTEMS_MINIMUM_STACK_SIZE ];
static char buffer[ 512 ];
@@ -106,15 +110,11 @@ code: |
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-includes:
+test-description: null
+test-includes:
- rtems.h
- rtems/bspIo.h
- rtems/sysinit.h
-links: []
-local-includes: []
-target: testsuites/validation/ts-validation-0.c
+test-local-includes: []
+test-target: testsuites/validation/ts-validation-0.c
type: test-suite