Merge "Using os-testr to get better report"

This commit is contained in:
Jenkins
2017-02-20 04:10:32 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ testresources>=0.2.4 # Apache-2.0/BSD
reno>=1.8.0 # Apache-2.0
# Next are used in integration tests only
os-collect-config # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
paramiko>=2.0 # LGPLv2.1+
tempest>=14.0.0 # Apache-2.0
gabbi>=1.26.1 # Apache-2.0

View File

@@ -13,7 +13,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
find {toxinidir} -not -path '{toxinidir}/.tox/*' -name '*.py[c|o]' -delete
python setup.py testr --slowest --testr-args='{posargs}'
ostestr --slowest '{posargs}'
whitelist_externals =
bash