summaryrefslogtreecommitdiffstats
path: root/spec/req/rtems/timer/val/ident.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/req/rtems/timer/val/ident.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/req/rtems/timer/val/ident.yml')
-rw-r--r--spec/req/rtems/timer/val/ident.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/spec/req/rtems/timer/val/ident.yml b/spec/req/rtems/timer/val/ident.yml
index 3d0f479b..755f2e1a 100644
--- a/spec/req/rtems/timer/val/ident.yml
+++ b/spec/req/rtems/timer/val/ident.yml
@@ -1,5 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-actions:
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: validation
+ uid: ../ident
+test-actions:
- action: |
${../../ident-local:/test-run}(
id_local_object,
@@ -10,20 +16,15 @@ actions:
Run the generic object identification tests for Classic API timer class
objects defined by ${../../ident-local}.
links: []
-brief: Test the ${/if/rtems/timer/ident:/name} directive.
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: null
-enabled-by: true
-epilogue: null
-fixture: null
-includes: []
-links:
-- role: validation
- uid: ../ident
-local-includes:
+test-brief: Test the ${/if/rtems/timer/ident:/name} directive.
+test-description: null
+test-epilogue: null
+test-fixture: null
+test-header: null
+test-includes: []
+test-local-includes:
- support-object-ident-local.h
-prologue: |
+test-prologue: |
rtems_status_code sc;
rtems_id id_local_object;
@@ -32,7 +33,7 @@ prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
-support: |
+test-support: |
static rtems_status_code ClassicTimerIdentAction(
rtems_name name,
rtems_id *id
@@ -40,6 +41,5 @@ support: |
{
return rtems_timer_ident( name, id );
}
-target: testsuites/validation/tc-timer-ident.c
-test-header: null
+test-target: testsuites/validation/tc-timer-ident.c
type: test-case