From f8cd9770fe28836746883a19343508df92c436c8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 4 Feb 2021 13:22:15 +0100 Subject: spec: Rename test case action attributes The new attribute keys make it easier to write test cases. --- spec/rtems/event/val/send-receive.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spec/rtems/event/val/send-receive.yml') 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. -- cgit v1.2.3