Created
October 20, 2011 04:57
-
-
Save avit/1300452 to your computer and use it in GitHub Desktop.
Vagrant error on new veewee box with user "deploy"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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