summaryrefslogtreecommitdiffstats
path: root/spec/score/smp/val/fatal-start-of-mandatory-processor-failed.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/score/smp/val/fatal-start-of-mandatory-processor-failed.yml')
-rw-r--r--spec/score/smp/val/fatal-start-of-mandatory-processor-failed.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/score/smp/val/fatal-start-of-mandatory-processor-failed.yml b/spec/score/smp/val/fatal-start-of-mandatory-processor-failed.yml
index c1782b20..30e4c406 100644
--- a/spec/score/smp/val/fatal-start-of-mandatory-processor-failed.yml
+++ b/spec/score/smp/val/fatal-start-of-mandatory-processor-failed.yml
@@ -13,7 +13,7 @@ test-actions:
- brief: |
Check that the expected fatal source is present.
code: |
- T_step_eq_int( ${step}, ctx->source, RTEMS_FATAL_SOURCE_SMP );
+ T_step_eq_int( ${.:/step}, ctx->source, RTEMS_FATAL_SOURCE_SMP );
links:
- role: validation
uid: ../req/fatal-start-of-mandatory-processor-failed
@@ -21,7 +21,7 @@ test-actions:
Check that the expected fatal code is present.
code: |
T_step_eq_ulong(
- ${step},
+ ${.:/step},
ctx->code,
SMP_FATAL_START_OF_MANDATORY_PROCESSOR_FAILED
);