Merge "Gates: Cleanup VM after basic functional test"

This commit is contained in:
Jenkins 2017-06-23 18:18:38 +00:00 committed by Gerrit Code Review
commit b3f353ca7a

View File

@ -138,3 +138,6 @@ ssh -i ${KEYPAIR_LOC} cirros@${FLOATING_IP} curl -sSL 169.254.169.254
# Bonus round - display a Unicorn # Bonus round - display a Unicorn
ssh -i ${KEYPAIR_LOC} cirros@${FLOATING_IP} curl http://artscene.textfiles.com/asciiart/unicorn || true ssh -i ${KEYPAIR_LOC} cirros@${FLOATING_IP} curl http://artscene.textfiles.com/asciiart/unicorn || true
# Remove the test vm
$NOVA delete ${OSH_VM_NAME}