summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 12:02:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 12:02:26 +0200
commit6962992b693fb2e41825f5965a001721c54aabbd (patch)
treeb3ae8b10502963756253418c0628950be777f907
parentmodules: Update rtems (diff)
downloadrtems-central-6962992b693fb2e41825f5965a001721c54aabbd.tar.bz2
spec: Fix links
-rw-r--r--spec/rtems/scheduler/val/non-smp.yml4
-rw-r--r--spec/rtems/scheduler/val/smp-only.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/rtems/scheduler/val/non-smp.yml b/spec/rtems/scheduler/val/non-smp.yml
index 526c6156..e878ad1c 100644
--- a/spec/rtems/scheduler/val/non-smp.yml
+++ b/spec/rtems/scheduler/val/non-smp.yml
@@ -13,7 +13,7 @@ test-actions:
checks: []
links:
- role: validation
- uid: ../req/get-processor
+ uid: ../req/get-processor-non-smp
- action-brief: |
Check that calling ${../if/get-processor-maximum:/name} is a constant
expression which evaluates to zero.
@@ -25,7 +25,7 @@ test-actions:
checks: []
links:
- role: validation
- uid: ../req/get-processor-maximum
+ uid: ../req/get-processor-maximum-non-smp
test-brief: |
This test case collection provides validation test cases for non-SMP
requirements of the ${../if/group:/name}.
diff --git a/spec/rtems/scheduler/val/smp-only.yml b/spec/rtems/scheduler/val/smp-only.yml
index f319e3bc..de174b23 100644
--- a/spec/rtems/scheduler/val/smp-only.yml
+++ b/spec/rtems/scheduler/val/smp-only.yml
@@ -37,7 +37,7 @@ test-actions:
checks: []
links:
- role: validation
- uid: ../req/get-processor
+ uid: ../req/get-processor-smp-only
- action-brief: |
Call ${../if/get-processor-maximum:/name} and check the returned value.
action-code: |
@@ -62,7 +62,7 @@ test-actions:
links: []
links:
- role: validation
- uid: ../req/get-processor-maximum
+ uid: ../req/get-processor-maximum-smp-only
test-brief: |
This test case collection provides validation test cases for SMP-only
requirements of the ${../if/group:/name}.