Merge "Use bindep to specify binary dependencies"
This commit is contained in:
commit
cd747e50df
14
bindep.txt
Normal file
14
bindep.txt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# This file contains runtime (non-python) dependencies
|
||||||
|
# More info at: http://docs.openstack.org/infra/bindep/readme.html
|
||||||
|
|
||||||
|
# install Ansible as system package
|
||||||
|
ansible
|
||||||
|
|
||||||
|
# cffi (required by oslo.privsep) and PyNaCL (required by paramiko)
|
||||||
|
libffi-dev [platform:dpkg]
|
||||||
|
libffi-devel [platform:rpm]
|
||||||
|
|
||||||
|
# requirements from paramiko which requires cryptography which requires ssl
|
||||||
|
libssl-dev [platform:dpkg]
|
||||||
|
openssl-devel [platform:rpm !platform:suse]
|
||||||
|
libopenssl-devel [platform:suse !platform:rpm]
|
@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
|
- bindep
|
||||||
- orchestrate-devstack
|
- orchestrate-devstack
|
||||||
|
1
tox.ini
1
tox.ini
@ -65,7 +65,6 @@ setenv = {[testenv]setenv}
|
|||||||
OS_TEST_PATH=./os_faults/tests/devstack
|
OS_TEST_PATH=./os_faults/tests/devstack
|
||||||
OS_DEBUG=True
|
OS_DEBUG=True
|
||||||
deps = {[testenv]deps}
|
deps = {[testenv]deps}
|
||||||
ansible
|
|
||||||
extras =
|
extras =
|
||||||
commands =
|
commands =
|
||||||
py.test -vvvv --html={envlogdir}/pytest_results.html --self-contained-html --durations=10 "os_faults/tests/devstack" {posargs}
|
py.test -vvvv --html={envlogdir}/pytest_results.html --self-contained-html --durations=10 "os_faults/tests/devstack" {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user