summaryrefslogtreecommitdiffstats
path: root/spec/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 11:44:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commitad3bc01a76d026e647e25b0c0a2a22b51d2bacdf (patch)
tree77dc1fda3eb45efaa6adfad5e1e8cfb37f06f263 /spec/testsuites
parentRename test case attributes (diff)
downloadrtems-central-ad3bc01a76d026e647e25b0c0a2a22b51d2bacdf.tar.bz2
Rename test suite attributes
Diffstat (limited to 'spec/testsuites')
-rw-r--r--spec/testsuites/validation/profile.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/spec/testsuites/validation/profile.yml b/spec/testsuites/validation/profile.yml
index be64c9b2..9967f865 100644
--- a/spec/testsuites/validation/profile.yml
+++ b/spec/testsuites/validation/profile.yml
@@ -1,19 +1,8 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-includes:
-- rtems.h
-- rtems/bspIo.h
-- rtems/sysinit.h
-- rtems/score/sysstate.h
-links: []
-local-includes: []
-target: testsuites/validation/ts-space-profile.c
-test-suite-brief: |
+brief: |
This test suite contains test cases which call in combination all functions
included in the space profile.
-test-suite-code: |
+code: |
#define NAME rtems_build_name('N', 'A', 'M', 'E')
static void fatal_extension(
@@ -153,6 +142,17 @@ test-suite-code: |
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
-test-suite-description: null
-test-suite-name: Space Profile
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+description: null
+enabled-by: true
+includes:
+- rtems.h
+- rtems/bspIo.h
+- rtems/sysinit.h
+- rtems/score/sysstate.h
+links: []
+local-includes: []
+name: Space Profile
+target: testsuites/validation/ts-space-profile.c
type: test-suite