summaryrefslogtreecommitdiff
path: root/playbooks/python-novaclient-functional.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/python-novaclient-functional.yaml')
-rw-r--r--playbooks/python-novaclient-functional.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/playbooks/python-novaclient-functional.yaml b/playbooks/python-novaclient-functional.yaml
new file mode 100644
index 00000000..ea7d2db2
--- /dev/null
+++ b/playbooks/python-novaclient-functional.yaml
@@ -0,0 +1,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 }}"