Skip to content
Snippets Groups Projects
Commit 57339030 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: do 12 attempts to connect to test instance"

parents bfd661a6 6f24582e
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ function test_instance_boot {
echo "SUCCESS: Floating ip allocation"
echo "TESTING: PING&SSH to floating ip"
attempts=6
attempts=12
for i in $(seq 1 ${attempts}); do
if ping -c1 -W1 ${fip_addr} && ssh -v -o BatchMode=yes -o StrictHostKeyChecking=no cirros@${fip_addr} hostname; then
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment