summaryrefslogtreecommitdiff
path: root/spec/spec/requirement-action-condition.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-11 13:17:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-13 11:08:43 +0100
commit060008e5fbe3a631f258de0b14441a4a03ec9b62 (patch)
treedb9fbe9e7878372ea3fce2c7afb248740bc05031 /spec/spec/requirement-action-condition.yml
parentee2409fcbbc256ab4e1ba8d8d31b2a5385f3ffbc (diff)
spec: Add runtime measurement test case item type
Diffstat (limited to 'spec/spec/requirement-action-condition.yml')
-rw-r--r--spec/spec/requirement-action-condition.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec/requirement-action-condition.yml b/spec/spec/requirement-action-condition.yml
index 36fc34cb..46a31a30 100644
--- a/spec/spec/requirement-action-condition.yml
+++ b/spec/spec/requirement-action-condition.yml
@@ -22,7 +22,7 @@ spec-info:
The epilogue code is placed in the test condition preparation or
check before the state-specific code. The code may use a local
variable ``ctx`` which points to the test context, see
- ${requirement-action-test-context:/spec-name}.
+ ${test-context:/spec-name}.
spec-type: optional-str
test-prologue:
description: |
@@ -30,7 +30,7 @@ spec-info:
The prologue code is placed in the test condition preparation or
check after the state-specific code. The code may use a local
variable ``ctx`` which points to the test context, see
- ${requirement-action-test-context:/spec-name}.
+ ${test-context:/spec-name}.
spec-type: optional-str
description: |
This set of attributes defines an action pre-condition or post-condition.