summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/val/ident.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 07:48:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 14:23:14 +0100
commit5591cc2fd4619784ec64bb0634eca7a43d99bfbc (patch)
treed91adbac86dca07f67e9312f6211ed107ac9b37c /spec/rtems/timer/val/ident.yml
parentvalidation: Avoid empty test context instance (diff)
downloadrtems-central-5591cc2fd4619784ec64bb0634eca7a43d99bfbc.tar.bz2
validation: Add context and fixture to test case
Diffstat (limited to 'spec/rtems/timer/val/ident.yml')
-rw-r--r--spec/rtems/timer/val/ident.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/rtems/timer/val/ident.yml b/spec/rtems/timer/val/ident.yml
index 6937af27..446e5dc9 100644
--- a/spec/rtems/timer/val/ident.yml
+++ b/spec/rtems/timer/val/ident.yml
@@ -17,11 +17,12 @@ test-actions:
objects defined by ${../../req/ident-local}.
links: []
test-brief: Test the ${../if/ident:/name} directive.
+test-context: []
+test-context-support: null
test-description: null
test-epilogue: |
sc = rtems_timer_delete( id_local_object );
T_rsc_success( sc );
-test-fixture: null
test-header: null
test-includes: []
test-local-includes:
@@ -35,6 +36,8 @@ test-prologue: |
&id_local_object
);
T_assert_rsc_success( sc );
+test-setup: null
+test-stop: null
test-support: |
static rtems_status_code ClassicTimerIdentAction(
rtems_name name,
@@ -44,4 +47,5 @@ test-support: |
return rtems_timer_ident( name, id );
}
test-target: testsuites/validation/tc-timer-ident.c
+test-teardown: null
type: test-case