From: Maru Newby Date: Thu, 28 Aug 2014 09:17:45 +0000 (+0200) Subject: Use lockutils module for tox functional env X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=846820ebc6acac69d3d1b034ccfcbce0d163d3b2;p=openstack-build%2Fneutron-build.git Use lockutils module for tox functional env A previous change (I4d6076e5f7586a11ea5381f18774d4bab57b0081) added lockutils to only the dsvm-functional tox env. It also needs to be added to the functional tox env. Change-Id: I3a799692b2162b738a2b080e08602b403c171e4f Closes-Bug: 1332380 --- diff --git a/tox.ini b/tox.ini index a2f8806cb..d8c6bbe15 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ setenv = VIRTUAL_ENV={envdir} [testenv:functional] setenv = OS_TEST_PATH=./neutron/tests/functional commands = - python setup.py testr --slowest --testr-args='{posargs}' + python -m neutron.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}' [testenv:dsvm-functional] setenv = OS_TEST_PATH=./neutron/tests/functional