480d749443
Switched to using cirros images rather than ubuntu cloud images, as they are smaller, and thus better for testing. They should also go through the zuul reverse proxy. Update env variables to work with the tweaks to snapstack. Change-Id: I989f1d2eacefebd2a72f75897e09b2c8b9e856ef
25 lines
404 B
INI
25 lines
404 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/
|