Use bindep to specify binary dependencies
Change-Id: I16dcd0bbf891b05b3e252795edac7550fb57be77
This commit is contained in:
parent
51de6802f1
commit
956eb44277
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
|
||||
roles:
|
||||
- bindep
|
||||
- orchestrate-devstack
|
||||
|
1
tox.ini
1
tox.ini
@ -65,7 +65,6 @@ setenv = {[testenv]setenv}
|
||||
OS_TEST_PATH=./os_faults/tests/devstack
|
||||
OS_DEBUG=True
|
||||
deps = {[testenv]deps}
|
||||
ansible
|
||||
extras =
|
||||
commands =
|
||||
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