summaryrefslogtreecommitdiff
path: root/playbooks/python-novaclient-functional.yaml
blob: ea7d2db2772f0c1fe85e0281ef6ee389acf7c9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- 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
    - get-os-environment
    - ensure-tox
    - role: tox
      tox_envlist: functional
      tox_install_siblings: false
      environment: "{{ os_env_vars }}"