summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlina Nesterova <zemuvier@gmail.com>2016-06-24 17:29:46 +0300
committerAlina Nesterova <zemuvier@gmail.com>2016-07-02 13:15:51 +0300
commit053e58fc4654b1cb60a21b80d8f12d0f3171eaea (patch)
treed19ce9a5932e693ec51225194d5ece1d6a9427dc /tox.ini
parentf0f93883b302d1ef4f9255a8250ced441ed9f7ee (diff)
downloadpython-saharaclient-053e58fc4654b1cb60a21b80d8f12d0f3171eaea.tar.gz
Remove unused functional tests
Replace this tests with tests in sahara-tests Depends-on: I2fc73686fcbcb458fd22cef3fe335fd4f690302d Change-Id: I590a91277f411f5bfa9f7dbf3bea2780c666bbc0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index ca730bf..e9745a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,12 +28,6 @@ commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
basepython = python3.4
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
-[testenv:functional]
-passenv = OS_*
-setenv =
- DISCOVER_DIRECTORY=saharaclient/tests/functional/
-commands = ostestr {posargs}
-
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'