Prettify tox output for functional tests
Change I6a079ad introduced some magic to enable showing test output as the test run. Do the same for *-functional tests too, by reusing the default testenv Change-Id: I6d1ede1c66e7b62c68449224f274417a5d66c12f
This commit is contained in:
parent
76cd02fb75
commit
41b356f342
4
tox.ini
4
tox.ini
@ -26,8 +26,6 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
|
||||
[testenv:functional]
|
||||
setenv = OS_TEST_PATH=./neutron/tests/functional
|
||||
commands =
|
||||
python -m neutron.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
[testenv:dsvm-functional]
|
||||
setenv = OS_TEST_PATH=./neutron/tests/functional
|
||||
@ -35,8 +33,6 @@ setenv = OS_TEST_PATH=./neutron/tests/functional
|
||||
OS_ROOTWRAP_CMD=sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
OS_FAIL_ON_MISSING_DEPS=1
|
||||
sitepackages=True
|
||||
commands =
|
||||
python -m neutron.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}'
|
||||
|
||||
[tox:jenkins]
|
||||
sitepackages = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user