StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Multiple kitchen test suites default to same playbook #200

Closed cognifloyd closed 6 years ago

cognifloyd commented 6 years ago

This makes sure that when any new test suites get added, they all use the same playbook (stackstorm.yml) by default, no matter what the test suite is named. If the suite needs a different playbook, the override can be placed in test/integration//default.yml

cognifloyd commented 6 years ago

Extracted from #162 as it is a safe incremental step towards running multiple test suites and doesn't depend on anything in that PR.