summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-28 08:59:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-28 09:03:06 +0200
commitd81902590cea26224a4f9c90bc6ffedb29cc14de (patch)
treed12647fd0e5c2ae2a75a51a86582caf4cbb807e5
parentspec: Add documentation interface domain (diff)
downloadrtems-central-d81902590cea26224a4f9c90bc6ffedb29cc14de.tar.bz2
spec: Fix links and references
-rw-r--r--spec/rtems/part/req/perf-get-buffer.yml8
-rw-r--r--spec/rtems/part/req/perf-get-no-buffer.yml6
-rw-r--r--spec/rtems/part/req/perf-return-buffer.yml8
-rw-r--r--spec/spec/requirement-performance-runtime.yml10
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 15fbdad3..5fd0f8cf 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 f8614a3d..3ee276a6 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 f204d6f2..743e956e 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 7a068096..682a2e0a 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