Explorar el Código

ssh_bastion: retry until ingress details appear in ssh bastion svc

Vadim Rutkovsky hace 6 años
padre
commit
2ec24d845e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/aws/ssh_bastion.yml

+ 1 - 0
test/aws/ssh_bastion.yml

@@ -41,6 +41,7 @@
   - svc.results.results | length > 0
   - svc.results.results[0].status is defined
   - svc.results.results[0].status.loadBalancer is defined
+  - svc.results.results[0].status.loadBalancer.ingress is defined
   - svc.results.results[0].status.loadBalancer.ingress | length > 0
   - svc.results.results[0].status.loadBalancer.ingress[0].hostname is defined
   retries: 36