Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 1.04 KB

Contributing

How To Contribute

Testing

Test Kitchen is a tool for automated testing of configuration management code executed by tools like Ansible.

See the following links for more info:

Pre-Reqs

Install VirtualBox and Vagrant:

Install Test Kitchen

  • Install Test Kitchen, and its Ansible & Vagrant plugins via gem:

    gem install test-kitchen
    gem install kitchen-ansible
    gem install kitchen-vagrant
    

Running Test Kitchen

From the top-level directory of the repo which contains the .kitchen.yml file:

    kitchen test