Merge "Use openstack.common.lockutils module for locks in tox functional tests."

This commit is contained in:
Jenkins 2014-08-25 19:06:45 +00:00 committed by Gerrit Code Review
commit 0eace399c7

View File

@ -32,7 +32,7 @@ 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
commands =
python setup.py testr --slowest --testr-args='{posargs}'
python -m neutron.openstack.common.lockutils python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
sitepackages = True