Merge "Use lockutils module for tox functional env"

This commit is contained in:
Jenkins 2014-08-29 03:57:42 +00:00 committed by Gerrit Code Review
commit 7a60f16270

View File

@ -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