Skip to content
Snippets Groups Projects
Commit a5fd6440 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Sleep 20 second before running test

parent 44e0f6d8
No related branches found
No related tags found
No related merge requests found
...@@ -288,6 +288,7 @@ test_ood_image: ...@@ -288,6 +288,7 @@ test_ood_image:
--wait --wait
$OOD_INSTANCE_NAME) $OOD_INSTANCE_NAME)
- echo NEW_INSTANCE_ID=$NEW_INSTANCE_ID | tee -a instance.env - echo NEW_INSTANCE_ID=$NEW_INSTANCE_ID | tee -a instance.env
- sleep 20
- openstack server add floating ip $NEW_INSTANCE_ID $FLOATING_IP - openstack server add floating ip $NEW_INSTANCE_ID $FLOATING_IP
- > - >
curl --retry 10 --retry-delay 20 --retry-connrefused https://knightly.rc.uab.edu/Shibboleth.sso/Metadata --resolve knightly.rc.uab.edu:443:$FLOATING_IP -kf curl --retry 10 --retry-delay 20 --retry-connrefused https://knightly.rc.uab.edu/Shibboleth.sso/Metadata --resolve knightly.rc.uab.edu:443:$FLOATING_IP -kf
......
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