removed client.py created client dir
client dir holds things needed to run the tests in a virtenv
This commit is contained in:
parent
c9ee29aa06
commit
5f4e59ba0b
10
refstack/client/requirements.txt
Executable file
10
refstack/client/requirements.txt
Executable 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
|
0
refstack/client/runtests.sh
Normal file
0
refstack/client/runtests.sh
Normal file
2
refstack/client/test-requirements.txt
Normal file
2
refstack/client/test-requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
python-subunit
|
||||
docutils==0.9.1
|
19
refstack/client/tox.ini
Executable file
19
refstack/client/tox.ini
Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user