fix cluster name label in e2e test
This commit is contained in:
		
							parent
							
								
									aa12d6cf04
								
							
						
					
					
						commit
						c48128cbcb
					
				|  | @ -232,7 +232,7 @@ class EndToEndTestCase(unittest.TestCase): | ||||||
| 
 | 
 | ||||||
|         # restart the pod to get a container with the new image |         # restart the pod to get a container with the new image | ||||||
|         k8s.api.core_v1.delete_namespaced_pod(pod0, "default") |         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 |         # sanity check: restarted pod runs the image specified in operator's conf | ||||||
|         new_image = k8s.get_effective_pod_image(pod0) |         new_image = k8s.get_effective_pod_image(pod0) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue