You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ .bin/rake test
/Users/stephan/.rbenv/versions/2.2.3/bin/ruby -I/Users/stephan/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rspec-core-3.4.1/lib:/Users/stephan/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rspec-support-3.4.1/lib /Users/stephan/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rspec-core-3.4.1/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
Kitchen::Verifier::Inspec
verifier api_version is 1
plugin_version is set to Kitchen::Verifier::INSPEC_VERSION
with an ssh transport
constructs a Inspec::Runner using transport config data and state (FAILED - 1)
adds *spec.rb test files to runner (FAILED - 2)
calls #run on the runner (FAILED - 3)
with an winrm transport
constructs a Inspec::Runner using transport config data and state (FAILED - 4)
with an unsupported transport
#call raises a UserError
Failures:
1) Kitchen::Verifier::Inspec with an ssh transport constructs a Inspec::Runner using transport config data and state
Failure/Error: raise ActionFailed, "Inspec Runner returns #{exit_code}" unless exit_code == 0
Kitchen::ActionFailed:
Inspec Runner returns
# ./lib/kitchen/verifier/inspec.rb:57:in `call'
# ./spec/kitchen/verifier/inspec_spec.rb:163:in `block (3 levels) in <top (required)>'
2) Kitchen::Verifier::Inspec with an ssh transport adds *spec.rb test files to runner
Failure/Error: raise ActionFailed, "Inspec Runner returns #{exit_code}" unless exit_code == 0
Kitchen::ActionFailed:
Inspec Runner returns
# ./lib/kitchen/verifier/inspec.rb:57:in `call'
# ./spec/kitchen/verifier/inspec_spec.rb:177:in `block (3 levels) in <top (required)>'
3) Kitchen::Verifier::Inspec with an ssh transport calls #run on the runner
Failure/Error: raise ActionFailed, "Inspec Runner returns #{exit_code}" unless exit_code == 0
Kitchen::ActionFailed:
Inspec Runner returns
# ./lib/kitchen/verifier/inspec.rb:57:in `call'
# ./spec/kitchen/verifier/inspec_spec.rb:184:in `block (3 levels) in <top (required)>'
4) Kitchen::Verifier::Inspec with an winrm transport constructs a Inspec::Runner using transport config data and state
Failure/Error: raise ActionFailed, "Inspec Runner returns #{exit_code}" unless exit_code == 0
Kitchen::ActionFailed:
Inspec Runner returns
# ./lib/kitchen/verifier/inspec.rb:57:in `call'
# ./spec/kitchen/verifier/inspec_spec.rb:228:in `block (3 levels) in <top (required)>'
Finished in 0.08909 seconds (files took 0.16373 seconds to load)
7 examples, 4 failures
Failed examples:
rspec ./spec/kitchen/verifier/inspec_spec.rb:140 # Kitchen::Verifier::Inspec with an ssh transport constructs a Inspec::Runner using transport config data and state
rspec ./spec/kitchen/verifier/inspec_spec.rb:166 # Kitchen::Verifier::Inspec with an ssh transport adds *spec.rb test files to runner
rspec ./spec/kitchen/verifier/inspec_spec.rb:180 # Kitchen::Verifier::Inspec with an ssh transport calls #run on the runner
rspec ./spec/kitchen/verifier/inspec_spec.rb:213 # Kitchen::Verifier::Inspec with an winrm transport constructs a Inspec::Runner using transport config data and state
/Users/stephan/.rbenv/versions/2.2.3/bin/ruby -I/Users/stephan/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rspec-core-3.4.1/lib:/Users/stephan/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rspec-support-3.4.1/lib /Users/stephan/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/rspec-core-3.4.1/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
The text was updated successfully, but these errors were encountered:
srenatus
changed the title
tests fail on master
tests fail with inspec 0.9.5
Dec 7, 2015
The text was updated successfully, but these errors were encountered: