Initial fixes to plugin repo
Fixing requirements and setup for manila tempest plugin.
Depends-On: I21f2e27ba18f18ebdf07105452c0ffb6fc04bb83
Change-Id: Id773014b915817ff41b9bffd41e84e4d53fb78be
diff --git a/tox.ini b/tox.ini
index c3fa7f3..d92b3a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@
OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-commands = stestr run {posargs}
+# commands = python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8 {posargs}
@@ -22,16 +22,6 @@
[testenv:venv]
commands = {posargs}
-[testenv:cover]
-setenv =
- VIRTUAL_ENV={envdir}
- PYTHON=coverage run --source manila-tempest-plugin --parallel-mode
-commands =
- stestr run {posargs}
- coverage combine
- coverage html -d cover
- coverage xml -o cover/coverage.xml
-
[testenv:docs]
commands = python setup.py build_sphinx