We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ef80e commit 1f0a294Copy full SHA for 1f0a294
tests/integration/targets/cluster/tasks/main.yml
@@ -59,7 +59,7 @@
59
assert:
60
that:
61
- cluster is failed
62
- - "cluster.msg == 'Pod unexistent not found in zone {{ cs_resource_prefix }}-zone'"
+ - "cluster.msg == 'Pod unexistent not found in zone ' + cs_resource_prefix + '-zone'"
63
64
- name: test create cluster in check mode
65
ngine_io.cloudstack.cluster:
0 commit comments