blob: 0528b46f00a64e63971a64629696748ce353dd57 [file] [log] [blame]
- hosts: all
roles:
- run-devstack
# Run bindep and test-setup after devstack so that they won't interfere
- role: bindep
bindep_profile: test
bindep_dir: "{{ zuul_work_dir }}"
- test-setup
- ensure-tox
- get-devstack-os-environment
- role: tox
tox_environment: "{{ os_env_vars|default({}) }}"