[rtems-central commit] spec: Fix attribute validation test

Sebastian Huber sebh at rtems.org
Fri Sep 18 08:35:53 UTC 2020


Module:    rtems-central
Branch:    master
Commit:    46916c6303dda9ceda1b93b47740eb4fa593a5e3
Changeset: http://git.rtems.org/rtems-central/commit/?id=46916c6303dda9ceda1b93b47740eb4fa593a5e3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 18 10:35:24 2020 +0200

spec: Fix attribute validation test

---

 spec/rtems/attr/val/attr.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index 8389436..c60aab1 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -8,14 +8,14 @@ test-actions:
     /* No action */
   checks:
   - check: |
-      T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_MANUAL_RELEASE ) );
+      T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_AUTOMATIC_RELEASE ) );
     description: |
-      Check that RTEMS_BARRIER_MANUAL_RELEASE is a power of two.
+      Check that RTEMS_BARRIER_AUTOMATIC_RELEASE is a power of two.
     links:
     - role: validation
       uid: ../req/bit-set
     - role: validation
-      uid: ../if/barrier-manual-release
+      uid: ../if/barrier-automatic-release
   - check: |
       T_step_true( ${step}, IsPowerOfTwo( RTEMS_BINARY_SEMAPHORE ) );
     description: |



More information about the vc mailing list