Merge "Use openstack.common.lockutils module for locks in tox functional tests."
This commit is contained in:
commit
0eace399c7
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user