Initial support for bindep
This gives us to ability to start manging OS dependencies for zuul. Change-Id: Ic3c3848258354c3c6ecc866c48ac4a77bb3d187f Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:

committed by
Andreas Jaeger

parent
149323a7f8
commit
e22ee05171
8
bindep.txt
Normal file
8
bindep.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||||
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
|
mysql-client [test]
|
||||||
|
mysql-server [test]
|
||||||
|
python-dev [platform:dpkg test]
|
||||||
|
python-devel [platform:rpm test]
|
||||||
|
zookeeperd [platform:dpkg test]
|
8
tox.ini
8
tox.ini
@@ -19,6 +19,14 @@ commands =
|
|||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8 nodepool
|
commands = flake8 nodepool
|
||||||
|
|
||||||
|
[testenv:bindep]
|
||||||
|
# Do not install any requirements. We want this to be fast and work even if
|
||||||
|
# system dependencies are missing, since it's used to tell you what system
|
||||||
|
# dependencies are missing! This also means that bindep must be installed
|
||||||
|
# separately, outside of the requirements files.
|
||||||
|
deps = bindep
|
||||||
|
commands = bindep test
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands =
|
commands =
|
||||||
python setup.py testr --coverage
|
python setup.py testr --coverage
|
||||||
|
Reference in New Issue
Block a user