-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add support for remote profiles #51
Conversation
c5b0025
to
0b841b9
Compare
0b841b9
to
e60b7ca
Compare
This is the proposed final implementation for allowing users to run remote profiles as part of a test-kitchen run. To achieve this, this PRs manipulates |
Instead of the Ruby 2.0 way to patch a method, I stored the referenced to the old method and patched the full method, due to the fact that this approach works with Ruby 1.9.3 |
7ad4795
to
f4a82dc
Compare
Great workaround on top of an awesome feature 😁 |
Add support for remote profiles
This adds supports for remote profiles in Kitchen-InSpec. Just add the
inspec_tests
section to.kitchen.yml
and those profiles will be executed in addition to the tests located intest/integration