Skip to content
Snippets Groups Projects

Fix host key failed

+ 1
0
@@ -194,6 +194,7 @@ test:
cp "$SSH_KNOWN_HOSTS" ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
ssh acctsvc@$FLOATING_IP '[ $(mount | grep "type nfs" | wc -l) -eq 6 ]' || FAILED=true
FAILED=true
fi
- |
if [ "$FAILED" = true ]; then
Loading