Skip to content

Instantly share code, notes, and snippets.

@avit
Created October 20, 2011 04:57
Show Gist options
  • Save avit/1300452 to your computer and use it in GitHub Desktop.
Save avit/1300452 to your computer and use it in GitHub Desktop.
Vagrant error on new veewee box with user "deploy"
Feature: vagrant box validation
As a valid vagrant box
I need to comply to a set of rules
Scenario: Checking login # /Users/andrew/.rvm/gems/ruby-1.9.2-p180@ops/gems/veewee-0.2.0/lib/veewee/../../validation/vagrant.feature:5
.. When I ssh to "127.0.0.1" with the following credentials: # veewee-0.2.0/validation/features/steps/ssh_steps.rb:56
| username | password | port |
| vagrant | vagrant | 7222 |
expected no Exception, got #<Net::SSH::AuthenticationFailed: vagrant> (RSpec::Expectations::ExpectationNotMetError)
And I run "whoami" # veewee-0.2.0/validation/features/steps/ssh_steps.rb:98
Then I should see "vagrant" in the output # veewee-0.2.0/validation/features/steps/ssh_steps.rb:167
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment