From 05044203245bee6dd09378c6d8c7b4d74678e37b Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Wed, 10 Dec 2014 10:13:57 -0800 Subject: [PATCH] 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 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 3ab41b890..ea7b03a5d 100644 --- 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 -- 2.45.2