summaryrefslogtreecommitdiffstats
path: root/spec/rtems/event/val/send-receive.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/event/val/send-receive.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/event/val/send-receive.yml')
-rw-r--r--spec/rtems/event/val/send-receive.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/rtems/event/val/send-receive.yml b/spec/rtems/event/val/send-receive.yml
index ec12f2fd..f3a41211 100644
--- a/spec/rtems/event/val/send-receive.yml
+++ b/spec/rtems/event/val/send-receive.yml
@@ -8,7 +8,10 @@ links:
- role: validation
uid: ../req/send
test-actions:
-- action: |
+- action-brief: |
+ Run the event send and receive tests for the application event set defined
+ by ${../req/send-receive}.
+ action-code: |
${../req/send-receive:/test-run}(
EventSend,
EventReceive,
@@ -17,9 +20,6 @@ test-actions:
STATES_WAITING_FOR_EVENT
);
checks: []
- description: |
- Run the event send and receive tests for the application event set defined
- by ${../req/send-receive}.
links: []
test-brief: |
Tests the ${../if/send:/name} and ${../if/receive:/name} directives.