Merge "Switch to using stestr"

This commit is contained in:
Zuul 2018-07-26 14:23:19 +00:00 committed by Gerrit Code Review
commit bc8d540c95
3 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ snowballstemmer==1.2.1
Sphinx==1.6.5 Sphinx==1.6.5
sphinxcontrib-websupport==1.0.1 sphinxcontrib-websupport==1.0.1
statsd==3.2.2 statsd==3.2.2
stestr==2.0.0 stestr==1.0.0
stevedore==1.28.0 stevedore==1.28.0
tenacity==4.9.0 tenacity==4.9.0
testrepository==0.0.20 testrepository==0.0.20

View File

@ -13,6 +13,6 @@ oslotest>=3.3.0 # Apache-2.0
testrepository>=0.0.20 # Apache-2.0/BSD testrepository>=0.0.20 # Apache-2.0/BSD
testscenarios>=0.5.0 # Apache-2.0/BSD testscenarios>=0.5.0 # Apache-2.0/BSD
testtools>=2.3.0 # MIT testtools>=2.3.0 # MIT
os-testr>=1.0.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0
nosexcover>=1.0.11 # BSD nosexcover>=1.0.11 # BSD
wsgi-intercept>=1.6.0 # MIT License wsgi-intercept>=1.6.0 # MIT License

View File

@ -29,14 +29,14 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OS_DEB
commands = commands =
{[testenv]commands} {[testenv]commands}
/bin/cp -r {toxinidir}/nova/virt/lxd/ {toxinidir}/.tox/py27/src/nova/nova/virt/ /bin/cp -r {toxinidir}/nova/virt/lxd/ {toxinidir}/.tox/py27/src/nova/nova/virt/
ostestr {posargs} stestr run {posargs}
[testenv:py3] [testenv:py3]
basepython = python3 basepython = python3
commands = commands =
{[testenv]commands} {[testenv]commands}
/bin/cp -r {toxinidir}/nova/virt/lxd/ {toxinidir}/.tox/py3/src/nova/nova/virt/ /bin/cp -r {toxinidir}/nova/virt/lxd/ {toxinidir}/.tox/py3/src/nova/nova/virt/
ostestr {posargs} stestr run {posargs}
[testenv:pep8] [testenv:pep8]
basepython = python3 basepython = python3