Skip to content
New issue

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

More verbose kitchen verify output? #1097

Closed
daxgames opened this issue Aug 12, 2016 · 2 comments
Closed

More verbose kitchen verify output? #1097

daxgames opened this issue Aug 12, 2016 · 2 comments

Comments

@daxgames
Copy link

Description

Is it possible to get 'inspec exec --format=documentation' output in a kitchen verify run?

When I use inspec with kitchen I get:

..
Finished in 0.03486 seconds (files took 0.59776 seconds to load)
2 examples, 0 failures

I want to see:

inspec exec --format=documentation test/integration/default/inspec --target=ssh://vagrant:[email protected]:2222

File /app/bin/test.conf
  should exist
  should be file

Finished in 0.02091 seconds (files took 0.73959 seconds to load)
2 examples, 0 failures

Kitchen Version

Test Kitchen version 1.8.0

ChefDK Version

Chef Development Kit Version: 0.14.25

@mwrock
Copy link
Member

mwrock commented Aug 13, 2016

This is possible with the following in your .kitchen.yml:

verifier:
  name: inspec
  format: documentation

@mwrock mwrock closed this as completed Aug 13, 2016
@daxgames
Copy link
Author

Thanks Matt.

@test-kitchen test-kitchen locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants