[rtems-central commit] spec: Fix links
Sebastian Huber
sebh at rtems.org
Fri May 7 10:03:01 UTC 2021
Module: rtems-central
Branch: master
Commit: 6962992b693fb2e41825f5965a001721c54aabbd
Changeset: http://git.rtems.org/rtems-central/commit/?id=6962992b693fb2e41825f5965a001721c54aabbd
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri May 7 12:02:26 2021 +0200
spec: Fix links
---
spec/rtems/scheduler/val/non-smp.yml | 4 ++--
spec/rtems/scheduler/val/smp-only.yml | 4 ++--
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 526c615..e878ad1 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 f319e3b..de174b2 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}.
More information about the vc
mailing list