summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/val/ident.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 13:22:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 14:23:43 +0100
commitf8cd9770fe28836746883a19343508df92c436c8 (patch)
tree015b14ccdb05000cf6b586de65dc328771b2f345 /spec/rtems/timer/val/ident.yml
parentvalidation: Do not pass NULL context (diff)
downloadrtems-central-f8cd9770fe28836746883a19343508df92c436c8.tar.bz2
spec: Rename test case action attributes
The new attribute keys make it easier to write test cases.
Diffstat (limited to 'spec/rtems/timer/val/ident.yml')
-rw-r--r--spec/rtems/timer/val/ident.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/rtems/timer/val/ident.yml b/spec/rtems/timer/val/ident.yml
index 6d756a74..ca168715 100644
--- a/spec/rtems/timer/val/ident.yml
+++ b/spec/rtems/timer/val/ident.yml
@@ -6,7 +6,10 @@ links:
- role: validation
uid: ../req/ident
test-actions:
-- action: |
+- action-brief: |
+ Run the generic object identification tests for Classic API timer class
+ objects defined by ${../../req/ident-local}.
+ action-code: |
rtems_status_code sc;
rtems_id id_local_object;
@@ -24,9 +27,6 @@ test-actions:
sc = rtems_timer_delete( id_local_object );
T_rsc_success( sc );
checks: []
- description: |
- Run the generic object identification tests for Classic API timer class
- objects defined by ${../../req/ident-local}.
links: []
test-brief: Test the ${../if/ident:/name} directive.
test-context: []