To run the tests across all platforms, you want to grab the latest ChefDKor Chef-Workstation and Docker:
We currently use Cookstyle, ChefSpec and Inspec tests.
We provide a Rakefile
with shortcuts for running our tests.
Run: chef exec rake
for all tests.
Run: chef exec rake kitchen
for kitchen tests.
Run: chef exec rake quick
for unit and style tests.
Run: chef exec kitchen list
to get a list of suites and platforms then chef exec kitchen test <suite-platfom>
to build and verify a specific platform.