sensu / sensu-chef

Sensu Chef cookbook.
https://supermarket.chef.io/cookbooks/sensu
Apache License 2.0
222 stars 283 forks source link

Execute integration tests on Travis #591

Open thomasriley opened 6 years ago

thomasriley commented 6 years ago

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.

thomasriley commented 6 years ago

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.

majormoses commented 6 years ago

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.