snap-cinder/tox.ini
Pete Vander Giessen 7a98693095 Added snapstack tests.
We now test the cinder snap in the middle of a deployed openstack
environment.

Change-Id: I10ed4d67f96caef5623d9c411ef55946c0bfd216
2017-08-15 16:08:21 +00:00

24 lines
399 B
INI

[tox]
envlist = snap
skipsdist = True
[testenv]
basepython = python3.5
install_command = pip install {opts} {packages}
passenv =
HOME
TERM
SNAPSTACK_HTTP_PROXY
SNAPSTACK_HTTPS_PROXY
whitelist_externals =
sudo
snapcraft
[testenv:snap]
deps =
-r{toxinidir}/requirements.txt
git+https://github.com/openstack-snaps/snapstack
pytest
commands =
py.test -s tests/