[rtems-central commit] spec: Fix links and references
Sebastian Huber
sebh at rtems.org
Fri May 28 12:42:06 UTC 2021
Module: rtems-central
Branch: master
Commit: d81902590cea26224a4f9c90bc6ffedb29cc14de
Changeset: http://git.rtems.org/rtems-central/commit/?id=d81902590cea26224a4f9c90bc6ffedb29cc14de
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri May 28 08:59:16 2021 +0200
spec: Fix links and references
---
spec/rtems/part/req/perf-get-buffer.yml | 8 ++++----
spec/rtems/part/req/perf-get-no-buffer.yml | 6 +++---
spec/rtems/part/req/perf-return-buffer.yml | 8 ++++----
spec/spec/requirement-performance-runtime.yml | 10 +++++-----
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/spec/rtems/part/req/perf-get-buffer.yml b/spec/rtems/part/req/perf-get-buffer.yml
index 15fbdad..5fd0f8c 100644
--- a/spec/rtems/part/req/perf-get-buffer.yml
+++ b/spec/rtems/part/req/perf-get-buffer.yml
@@ -58,9 +58,9 @@ test-teardown:
return tic == toc;
description: null
text: |
- When a partition has exactly ${../val/performance:/params/buffer-count} free
- buffers, the ${.:limit-kind} runtime of exactly
- ${../val/performance:/params/sample-count} successful calls to
+ When a partition has exactly ${../val/perf:/params/buffer-count} free
+ buffers, the ${.:/limit-kind} runtime of exactly
+ ${../val/perf:/params/sample-count} successful calls to
${../if/get-buffer:/name} in the ${.:/environment} shall be
- ${.:limit-condition}.
+ ${.:/limit-condition}.
type: requirement
diff --git a/spec/rtems/part/req/perf-get-no-buffer.yml b/spec/rtems/part/req/perf-get-no-buffer.yml
index f8614a3..3ee276a 100644
--- a/spec/rtems/part/req/perf-get-no-buffer.yml
+++ b/spec/rtems/part/req/perf-get-no-buffer.yml
@@ -47,8 +47,8 @@ test-teardown:
return tic == toc;
description: null
text: |
- When a partition has no free buffers, the ${.:limit-kind} runtime of exactly
- ${../val/performance:/params/sample-count} unsatisfied calls to
+ When a partition has no free buffers, the ${.:/limit-kind} runtime of exactly
+ ${../val/perf:/params/sample-count} unsatisfied calls to
${../if/get-buffer:/name} in the ${.:/environment} shall be
- ${.:limit-condition}.
+ ${.:/limit-condition}.
type: requirement
diff --git a/spec/rtems/part/req/perf-return-buffer.yml b/spec/rtems/part/req/perf-return-buffer.yml
index f204d6f..743e956 100644
--- a/spec/rtems/part/req/perf-return-buffer.yml
+++ b/spec/rtems/part/req/perf-return-buffer.yml
@@ -39,9 +39,9 @@ test-teardown:
return tic == toc;
description: null
text: |
- When a partition has exactly ${../val/performance:/params/buffer-count} minus
- one free buffers, the ${.:limit-kind} runtime of exactly
- ${../val/performance:/params/sample-count} successful calls to
+ When a partition has exactly ${../val/perf:/params/buffer-count} minus one
+ free buffers, the ${.:/limit-kind} runtime of exactly
+ ${../val/perf:/params/sample-count} successful calls to
${../if/return-buffer:/name} in the ${.:/environment} shall be
- ${.:limit-condition}.
+ ${.:/limit-condition}.
type: requirement
diff --git a/spec/spec/requirement-performance-runtime.yml b/spec/spec/requirement-performance-runtime.yml
index 7a06809..682a2e0 100644
--- a/spec/spec/requirement-performance-runtime.yml
+++ b/spec/spec/requirement-performance-runtime.yml
@@ -52,7 +52,7 @@ spec-example: |
enabled-by: true
links:
- role: runtime-measurement-request
- uid: ../val/performance
+ uid: ../val/perf
limits:
sparc/leon3:
DirtyCache:
@@ -102,11 +102,11 @@ spec-example: |
return tic == toc;
description: null
text: |
- When a partition has exactly ${../val/performance:/params/buffer-count} free
- buffers, the ${.:limit-kind} runtime of exactly
- ${../val/performance:/params/sample-count} successful calls to
+ When a partition has exactly ${../val/perf:/params/buffer-count} free
+ buffers, the ${.:/limit-kind} runtime of exactly
+ ${../val/perf:/params/sample-count} successful calls to
${../if/get-buffer:/name} in the ${.:/environment} shall be
- ${.:limit-condition}.
+ ${.:/limit-condition}.
non-functional-type: performance-runtime
requirement-type: non-functional
type: requirement
More information about the vc
mailing list