Merge pull request #146 from bodepd/fix_test_script

Edit test script template
This commit is contained in:
Dan Bode
2012-11-25 20:09:11 -08:00

View File

@@ -72,5 +72,6 @@ nova --no-cache add-floating-ip $instance_name $floating_ip
# Wait and then try to SSH to the node, leveraging the private key
# we generated earlier.
sleep <%= sleep_time %>
ssh $login_user@$floating_ip -i /tmp/id_rsa
ssh $login_user@$floating_ip -i /tmp/id_rsa -o StrictHostKeyChecking=no hostname
<% end -%>
exit 0