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
This commit is contained in:
parent
610d2e7338
commit
525db3a25f
2
tox.ini
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user