Test item check "values" evaluation removed.
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
name: Check condition on existing variable (PASS)
|
||||
key: $(test)_PASS
|
||||
values:
|
||||
- $(pfn_Dummy_int) > 1
|
||||
- $| $(pfn_Dummy_int) > 1 |
|
||||
|
||||
- check:
|
||||
name: Check condition on existing variable (FAIL)
|
||||
key: $(test)_FAIL
|
||||
values:
|
||||
- '"tailor" in "$(pfn_Dummy_str)"'
|
||||
- $| "tailor" in "$(pfn_Dummy_str)" |
|
||||
@@ -39,7 +39,7 @@
|
||||
name: Check complex variables expansion is correct (PASS)
|
||||
key: $(test)_PASS
|
||||
values:
|
||||
- $(expanse_complex) == 38
|
||||
- $| $(expanse_complex) == 38 |
|
||||
|
||||
- let:
|
||||
name: Variables expansion in object
|
||||
@@ -61,4 +61,4 @@
|
||||
name: Check complex variables expansion is correct (PASS)
|
||||
key: $(test)_PASS
|
||||
values:
|
||||
- '$(expanse_object) == [{"a": 6, "b": 8}, {"blo": [18, 25]}]'
|
||||
- '$| $(expanse_object) == [{"a": 6, "b": 8}, {"blo": [18, 25]}] |'
|
||||
|
||||
Reference in New Issue
Block a user