]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Prettify tox output for functional tests
authorarmando-migliaccio <armamig@gmail.com>
Wed, 10 Dec 2014 18:13:57 +0000 (10:13 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 10 Dec 2014 18:33:11 +0000 (10:33 -0800)
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

tox.ini

diff --git a/tox.ini b/tox.ini
index 3ab41b890a6ea6ecdef1774f640b30b468b1c425..ea7b03a5d8bfaddc8b81ecaa16464977cb11a8e5 100644 (file)
--- a/tox.ini
+++ b/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