Merge "Cleanup running of osprofiler tests"
This commit is contained in:
commit
65129e41e9
5
tox.ini
5
tox.ini
@ -29,14 +29,15 @@ passenv = OS_DEBUG GENERATE_HASHES
|
|||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
commands =
|
commands =
|
||||||
{[testenv]commands}
|
{[testenv]commands}
|
||||||
env TEST_OSPROFILER=1 stestr run 'nova.tests.unit.test_profiler'
|
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
|
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
|
||||||
|
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
commands =
|
commands =
|
||||||
{[testenv]commands}
|
{[testenv]commands}
|
||||||
env TEST_OSPROFILER=1 stestr run 'nova.tests.unit.test_profiler'
|
|
||||||
bash tools/pretty_tox3.sh '{posargs}'
|
bash tools/pretty_tox3.sh '{posargs}'
|
||||||
|
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
|
||||||
|
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user