fix cluster name label in e2e test

This commit is contained in:
Felix Kunde 2020-04-16 12:43:23 +02:00
parent aa12d6cf04
commit c48128cbcb
1 changed files with 6 additions and 6 deletions

View File

@ -232,7 +232,7 @@ class EndToEndTestCase(unittest.TestCase):
# restart the pod to get a container with the new image
k8s.api.core_v1.delete_namespaced_pod(pod0, "default")
k8s.wait_for_running_pods('version=acid-minimal-cluster', 2)
k8s.wait_for_running_pods('cluster-name=acid-minimal-cluster', 2)
# sanity check: restarted pod runs the image specified in operator's conf
new_image = k8s.get_effective_pod_image(pod0)