Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.14 KB

TEST.md

File metadata and controls

27 lines (18 loc) · 1.14 KB

Testing Installation

You can test installation of instrumental_tools by running the ServerSpec tests. From the chef or puppet directories, run the following command:

bundle exec kitchen verify

to test installation and setup procedures for the instrumental_tools command. You must have Vagrant installed; currently the KitchenCI integration is setup to use VMWare Fusion and the VMWare Fusion Vagrant provider; you can configure a separate provider for your specific setup by change the provider flag in the .kitchen.yml file for your particular setup.

Windows

Ensure you have the winrm vagrant plugin installed.

vagrant plugin install vagrant-winrm

To ensure you have a Windows Vagrant image, perform the following steps in a separate directory to build a Windows evaluation image:

git clone https://github.com/boxcutter/windows.git
cd windows
make virtualbox/eval-win2012r2-standard
vagrant box add windows-2012r2 ./box/virtualbox/eval-win2012r2-standard-nocm-1.0.4.box