removed client.py created client dir

client dir holds things needed to run the tests in a virtenv
This commit is contained in:
David Lenwell 2013-10-09 06:06:50 -07:00
parent c9ee29aa06
commit 5f4e59ba0b
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,10 @@
lockfile
subunit
python-daemon
extras
statsd>=1.0.0,<3.0
sqlalchemy>=0.8.2,<0.9.0
pyzmq>=13.1.0,<14.0.0
git+https://github.com/openstack/tempest.git
SQLAlchemy==0.8.1
requests==1.2.3

View File

View File

@ -0,0 +1,2 @@
python-subunit
docutils==0.9.1

19
refstack/client/tox.ini Executable file
View File

@ -0,0 +1,19 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27
[testenv]
# Set STATSD env variables so that statsd code paths are tested.
setenv = STATSD_HOST=localhost
STATSD_PORT=8125
VIRTUAL_ENV=/tmp/1/env
changedir=/tmp/1
commands=
client.py {posargs:--config}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt