Initial fixes to plugin repo

Fixing requirements and setup for manila tempest plugin.

Depends-On: I21f2e27ba18f18ebdf07105452c0ffb6fc04bb83
Change-Id: Id773014b915817ff41b9bffd41e84e4d53fb78be
This commit is contained in:
Raissa Sarmento 2017-10-16 14:38:36 +01:00
parent 3dd627bdec
commit 80f5fbf2c9
9 changed files with 12 additions and 18 deletions

View File

@ -1,3 +1,3 @@
[DEFAULT]
test_path=./manila_tempest_tests/tests
test_path=./manila_tempest_tests
top_dir=./

View File

@ -3,3 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0
ddt>=1.0.1 # MIT
oslo.log>=3.30.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0

View File

@ -17,7 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

12
tox.ini
View File

@ -14,7 +14,7 @@ setenv =
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 @@ commands = flake8 {posargs}
[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