mirror of
https://github.com/openshift/community.okd.git
synced 2026-07-30 11:24:34 +00:00
fix integration unsafe asserts (#212)
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
assert:
|
||||
that:
|
||||
- replications.resources | length == 1
|
||||
- 'replications.resources.0.metadata.name is match("{{ dc_name }}-*")'
|
||||
- replications.resources.0.metadata.name is match(dc_name+"-*")
|
||||
|
||||
- name: Assure that candidate ReplicationController was found for pruning
|
||||
assert:
|
||||
@@ -266,4 +266,4 @@
|
||||
kind: Namespace
|
||||
name: "{{ deployment_ns_2 }}"
|
||||
ignore_errors: yes
|
||||
when: deployment_ns_2 is defined
|
||||
when: deployment_ns_2 is defined
|
||||
|
||||
Reference in New Issue
Block a user