Skip to content
Snippets Groups Projects

Fix host key failed

+ 3
0
@@ -195,6 +195,9 @@ test:
@@ -195,6 +195,9 @@ test:
chmod 644 ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
ssh acctsvc@$FLOATING_IP '[ $(mount | grep "type nfs" | wc -l) -eq 6 ]' || FAILED=true
ssh acctsvc@$FLOATING_IP '[ $(mount | grep "type nfs" | wc -l) -eq 6 ]' || FAILED=true
fi
fi
 
- >
 
echo "PASS"
 
&& FAILED=true
- |
- |
if [ "$FAILED" = true ]; then
if [ "$FAILED" = true ]; then
openstack server delete $NEW_INSTANCE_ID
openstack server delete $NEW_INSTANCE_ID
Loading