summaryrefslogtreecommitdiffstats
path: root/spec/rtems/attr/val/attr.yml
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-09-07 15:05:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-14 16:00:54 +0200
commit248df1d31ceb4a935af41e047fd7c308ad54e273 (patch)
treea63bda904034c0d874eaa2eaf03572d83c5b52fb /spec/rtems/attr/val/attr.yml
parentscore: Fix priority inheritance flush test (diff)
downloadrtems-central-248df1d31ceb4a935af41e047fd7c308ad54e273.tar.bz2
spec: Update message manager specification
Diffstat (limited to 'spec/rtems/attr/val/attr.yml')
-rw-r--r--spec/rtems/attr/val/attr.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index eea9f10f..eef9c4ea 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -248,6 +248,24 @@ test-actions:
- role: validation
uid: ../req/semaphore-class
links: []
+- action-brief: |
+ Check the value of ${../if/default:/name}.
+ action-code: |
+ /* No action */
+ checks:
+ - brief: |
+ Check ${../if/default:/name} equals
+ ``${../if/fifo:/name} | ${../if/local:/name}``.
+ code: |
+ T_step_eq_int(
+ ${step},
+ ${../if/default:/name},
+ ${../if/fifo:/name} | ${../if/local:/name}
+ );
+ links:
+ - role: validation
+ uid: ../req/default-equals
+ links: []
test-brief: |
Tests the attribute constants of the Classic API.
test-context: []