Switch test runner to ostestr wrapper

We can use ostestr since developers are more familiar
with using ostestr and are used to seeing the
test outputs with this tool around OpenStack
projects (including openstack/manila).

This wrapper gives us a lot of other advantages [1].

TrivialFix

[1] http://docs.openstack.org/developer/os-testr/ostestr.html

Change-Id: Ibc938827ab281caa905def6e2d74dafda90b9394
This commit is contained in:
Goutham Pacha Ravi 2016-10-12 22:36:45 -04:00
parent 6f8f7d8c94
commit 31d18c1c06
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --testr-args='{posargs}'
ostestr {posargs}
[testenv:debug]
commands = oslo_debug_helper -t manilaclient/tests {posargs}