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

Add nfs mount check

parent 8263504b
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,9 @@ test:
- >
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
|| FAILED=true
- >
ssh acctsvc@$FLOATING_IP '[ $(mount | grep "type nfs" | wc -l) -eq 6 ]'
|| FAILED=true
- |
if [ $FAILED ]; then
openstack server delete $NEW_INSTANCE_ID
......
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