summaryrefslogtreecommitdiffstats
path: root/spec/rtems/attr/val/attr.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-05 14:41:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 21:58:56 +0200
commit6863fa2b525c134a58593a2547dfa74959c3db97 (patch)
tree7d5b5fc60203bbe3d3738be38e1db4de671a4ca6 /spec/rtems/attr/val/attr.yml
parentspec: Add subsitution keys (diff)
downloadrtems-central-6863fa2b525c134a58593a2547dfa74959c3db97.tar.bz2
spec: Use ${.:/step}
Diffstat (limited to 'spec/rtems/attr/val/attr.yml')
-rw-r--r--spec/rtems/attr/val/attr.yml46
1 files changed, 23 insertions, 23 deletions
diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index eef9c4ea..75f8e11f 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -12,7 +12,7 @@ test-actions:
- brief: |
Check that RTEMS_BARRIER_AUTOMATIC_RELEASE is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_BARRIER_AUTOMATIC_RELEASE ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_BARRIER_AUTOMATIC_RELEASE ) );
links:
- role: validation
uid: ../req/bit-set
@@ -21,7 +21,7 @@ test-actions:
- brief: |
Check that RTEMS_BINARY_SEMAPHORE is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_BINARY_SEMAPHORE ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_BINARY_SEMAPHORE ) );
links:
- role: validation
uid: ../req/bit-set
@@ -30,7 +30,7 @@ test-actions:
- brief: |
Check that RTEMS_FLOATING_POINT is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_FLOATING_POINT ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_FLOATING_POINT ) );
links:
- role: validation
uid: ../req/bit-set
@@ -39,7 +39,7 @@ test-actions:
- brief: |
Check that RTEMS_GLOBAL is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_GLOBAL ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_GLOBAL ) );
links:
- role: validation
uid: ../req/bit-set
@@ -48,7 +48,7 @@ test-actions:
- brief: |
Check that RTEMS_INHERIT_PRIORITY is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_INHERIT_PRIORITY ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_INHERIT_PRIORITY ) );
links:
- role: validation
uid: ../req/bit-set
@@ -58,7 +58,7 @@ test-actions:
Check that RTEMS_MULTIPROCESSOR_RESOURCE_SHARING is a power of two.
code: |
T_step_true(
- ${step},
+ ${.:/step},
IsPowerOfTwo( RTEMS_MULTIPROCESSOR_RESOURCE_SHARING )
);
links:
@@ -69,7 +69,7 @@ test-actions:
- brief: |
Check that RTEMS_PRIORITY is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_PRIORITY ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_PRIORITY ) );
links:
- role: validation
uid: ../req/bit-set
@@ -78,7 +78,7 @@ test-actions:
- brief: |
Check that RTEMS_PRIORITY_CEILING is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_PRIORITY_CEILING ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_PRIORITY_CEILING ) );
links:
- role: validation
uid: ../req/bit-set
@@ -87,7 +87,7 @@ test-actions:
- brief: |
Check that RTEMS_SIMPLE_BINARY_SEMAPHORE is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_SIMPLE_BINARY_SEMAPHORE ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_SIMPLE_BINARY_SEMAPHORE ) );
links:
- role: validation
uid: ../req/bit-set
@@ -96,7 +96,7 @@ test-actions:
- brief: |
Check that RTEMS_SYSTEM_TASK is a power of two.
code: |
- T_step_true( ${step}, IsPowerOfTwo( RTEMS_SYSTEM_TASK ) );
+ T_step_true( ${.:/step}, IsPowerOfTwo( RTEMS_SYSTEM_TASK ) );
links:
- role: validation
uid: ../req/bit-set
@@ -111,7 +111,7 @@ test-actions:
- brief: |
Check that RTEMS_APPLICATION_TASK is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_APPLICATION_TASK, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_APPLICATION_TASK, 0 );
links:
- role: validation
uid: ../req/default
@@ -120,7 +120,7 @@ test-actions:
- brief: |
Check that RTEMS_BARRIER_MANUAL_RELEASE is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_BARRIER_MANUAL_RELEASE, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_BARRIER_MANUAL_RELEASE, 0 );
links:
- role: validation
uid: ../req/default
@@ -129,7 +129,7 @@ test-actions:
- brief: |
Check that RTEMS_COUNTING_SEMAPHORE is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_COUNTING_SEMAPHORE, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_COUNTING_SEMAPHORE, 0 );
links:
- role: validation
uid: ../req/default
@@ -138,7 +138,7 @@ test-actions:
- brief: |
Check that RTEMS_DEFAULT_ATTRIBUTES is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_DEFAULT_ATTRIBUTES, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_DEFAULT_ATTRIBUTES, 0 );
links:
- role: validation
uid: ../req/default
@@ -147,7 +147,7 @@ test-actions:
- brief: |
Check that RTEMS_FIFO is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_FIFO, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_FIFO, 0 );
links:
- role: validation
uid: ../req/default
@@ -156,7 +156,7 @@ test-actions:
- brief: |
Check that RTEMS_LOCAL is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_LOCAL, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_LOCAL, 0 );
links:
- role: validation
uid: ../req/default
@@ -165,7 +165,7 @@ test-actions:
- brief: |
Check that RTEMS_NO_FLOATING_POINT is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_NO_FLOATING_POINT, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_NO_FLOATING_POINT, 0 );
links:
- role: validation
uid: ../req/default
@@ -174,7 +174,7 @@ test-actions:
- brief: |
Check that RTEMS_NO_INHERIT_PRIORITY is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_NO_INHERIT_PRIORITY, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_NO_INHERIT_PRIORITY, 0 );
links:
- role: validation
uid: ../req/default
@@ -183,7 +183,7 @@ test-actions:
- brief: |
Check that RTEMS_NO_MULTIPROCESSOR_RESOURCE_SHARING is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_NO_MULTIPROCESSOR_RESOURCE_SHARING, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_NO_MULTIPROCESSOR_RESOURCE_SHARING, 0 );
links:
- role: validation
uid: ../req/default
@@ -192,7 +192,7 @@ test-actions:
- brief: |
Check that RTEMS_NO_PRIORITY_CEILING is equal to zero.
code: |
- T_step_eq_u32( ${step}, RTEMS_NO_PRIORITY_CEILING, 0 );
+ T_step_eq_u32( ${.:/step}, RTEMS_NO_PRIORITY_CEILING, 0 );
links:
- role: validation
uid: ../req/default
@@ -223,7 +223,7 @@ test-actions:
attribute constant is a power of two, this proves that each constant has
a unique value.
code: |
- T_step_eq_int( ${step}, PopCount( attributes ), 10 );
+ T_step_eq_int( ${.:/step}, PopCount( attributes ), 10 );
links:
- role: validation
uid: ../req/unique
@@ -243,7 +243,7 @@ test-actions:
- brief: |
Check that the calculated value is equal to RTEMS_SEMAPHORE_CLASS.
code: |
- T_step_eq_u32( ${step}, RTEMS_SEMAPHORE_CLASS, attributes );
+ T_step_eq_u32( ${.:/step}, RTEMS_SEMAPHORE_CLASS, attributes );
links:
- role: validation
uid: ../req/semaphore-class
@@ -258,7 +258,7 @@ test-actions:
``${../if/fifo:/name} | ${../if/local:/name}``.
code: |
T_step_eq_int(
- ${step},
+ ${.:/step},
${../if/default:/name},
${../if/fifo:/name} | ${../if/local:/name}
);