summaryrefslogtreecommitdiffstats
path: root/spec/score/smp/val/per-cpu-jobs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/score/smp/val/per-cpu-jobs.yml')
-rw-r--r--spec/score/smp/val/per-cpu-jobs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/score/smp/val/per-cpu-jobs.yml b/spec/score/smp/val/per-cpu-jobs.yml
index ab51a3ea..6b9a261e 100644
--- a/spec/score/smp/val/per-cpu-jobs.yml
+++ b/spec/score/smp/val/per-cpu-jobs.yml
@@ -22,14 +22,14 @@ test-actions:
- brief: |
Check that the first job was processed firstly.
code: |
- T_step_eq_int( ${step}, counter_0, 1 );
+ T_step_eq_int( ${.:/step}, counter_0, 1 );
links:
- role: validation
uid: ../req/per-cpu-jobs-order
- brief: |
Check that the second job was processed secondly.
code: |
- T_step_eq_int( ${step}, counter_1, 2 );
+ T_step_eq_int( ${.:/step}, counter_1, 2 );
links:
- role: validation
uid: ../req/per-cpu-jobs-order