sensu/sensu-chef

Execute integration tests on Travis

Opened this issue · 2 comments

Currently we do not execute the integration tests included in this repo in our CI tool.

Expected Behavior

Travis should automatically execute integration tests in addition to the other tests it currently executes.

Current Behavior

Travis executes the included unit tests but not the integration tests.

We support many different platforms and have tests for each, so it's likely worth splitting this down as many tasks for getting the different platform tests working.

because we are going to have to manage services I would suggest using kitchen-dokken. If you need help with this let me know and I can work with you on it.