diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-14 09:44:05 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-14 09:44:05 +0200 |
commit | 9aa677a8a18de364aac2d5f2a702582c85d31a9f (patch) | |
tree | 10269a9b75212180df4e8aa809a1a8a86d27183c /rules/shell/test/EXPRESSIONS | |
parent | c1830ff2c6e95679df0fc65062ae1371abf58dcf (diff) | |
parent | 875296f27c7eec053a8b4f348ab6490441ef6454 (diff) | |
download | rules-cc-9aa677a8a18de364aac2d5f2a702582c85d31a9f.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/shell/test/EXPRESSIONS')
-rw-r--r-- | rules/shell/test/EXPRESSIONS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/shell/test/EXPRESSIONS b/rules/shell/test/EXPRESSIONS index a1e3137..2692c31 100644 --- a/rules/shell/test/EXPRESSIONS +++ b/rules/shell/test/EXPRESSIONS @@ -9,6 +9,7 @@ , "runner" , "deps-fieldname" , "deps-transition" + , "target properties" ] , "imports": { "artifacts_list": ["./", "../..", "field_artifacts_list"] @@ -173,6 +174,7 @@ } , "timeout scaling": {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0} + , "execution properties": {"type": "var", "name": "target properties"} } , "else": { "type": "ACTION" @@ -194,6 +196,7 @@ } , "timeout scaling": {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0} + , "execution properties": {"type": "var", "name": "target properties"} } } } @@ -208,6 +211,7 @@ , "runner" , "deps-fieldname" , "deps-transition" + , "target properties" ] , "imports": {"action": "test-action"} , "expression": |