We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-kitchen#40
I'm with ubuntu14.04 and converge and test commands always fails with ssh connection error.
[SSH] connection failed, retrying (#<Net::SSH::Disconnect: connection closed by remote host>) [SSH] connection failed, retrying (#<Net::SSH::Disconnect: connection closed by remote host>) [SSH] connection failed, terminating (#<Net::SSH::Disconnect: connection closed by remote host>)
In second try converge works.
The problems comes from wait_for_sshd function. A workaround for this, that works for me, is to add an sleep 10 before wait_for_sshd.
The text was updated successfully, but these errors were encountered:
I have merged this in and tagged v1.6.4, works here but can you test for you?
Sorry, something went wrong.
It works perfectly, thanks.
No branches or pull requests
test-kitchen#40
I'm with ubuntu14.04 and converge and test commands always fails with ssh connection error.
In second try converge works.
The problems comes from wait_for_sshd function. A workaround for this, that works for me, is to add an sleep 10 before wait_for_sshd.
The text was updated successfully, but these errors were encountered: