blob: e85c2eee965a9806a5e3568acb3f86c534e10309 [file] [log] [blame]
Monty Taylore1b0c382017-12-06 09:07:47 -06001- hosts: all
2 roles:
3 - run-devstack
4 # Run bindep and test-setup after devstack so that they won't interfere
5 - role: bindep
6 bindep_profile: test
7 bindep_dir: "{{ zuul_work_dir }}"
8 - test-setup
9 - ensure-tox
10 - tox