fix integration unsafe asserts (#212)

This commit is contained in:
Bikouo Aubin
2023-12-11 17:57:20 +01:00
committed by GitHub
parent 7988daff93
commit b5b2f67015
8 changed files with 48 additions and 48 deletions

View File

@@ -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