- File an issue
- Send a Pull Request
Test Kitchen is a tool for automated testing of configuration management code executed by tools like Ansible.
See the following links for more info:
- https://github.com/test-kitchen/test-kitchen
- https://github.com/neillturner/kitchen-ansible
- http://serverspec.org/resource_types.html
- http://www.slideshare.net/MartinEtmajer/testing-ansible-roles-with-test-kitchen-serverspec-and-rspec-48185017
-
Install Test Kitchen, and its Ansible & Vagrant plugins via
gem
:gem install test-kitchen gem install kitchen-ansible gem install kitchen-vagrant
From the top-level directory of the repo which contains the .kitchen.yml
file:
kitchen test