snap-neutron/tox.ini
Pete Vander Giessen 6f54b6ccfb Added snapstack test.
Tweaked tox.ini to invoke snapstack, and added test_snapstack.py to
tests dir.

Also added neutron.sh to neutron/tests, as part of the plan to move
those scripts from snap-test to the individual snaps.

Change-Id: Ie0e7d3211b99ace8f5c19e2781d928f3a589acce
2017-07-27 18:57:28 +00:00

23 lines
369 B
INI

[tox]
envlist = snap
skipsdist = True
[testenv]
basepython = python3.5
install_command = pip install {opts} {packages}
passenv =
HOME
TERM
SNAP_BUILD_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/