]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use openstack.common.lockutils module for locks in tox functional tests.
authorRui Zang <rui.zang@intel.com>
Fri, 20 Jun 2014 14:08:12 +0000 (22:08 +0800)
committerRui Zang <rui.zang@intel.com>
Fri, 20 Jun 2014 14:14:05 +0000 (22:14 +0800)
commit0e2af67d3556a848ff34482c3f3448f9f5b8ec21
treeb3c6341b764e622acfe97bf4becd18775274a3ec
parentad67acfa796df48c15702fbbfcde35b84807b478
Use openstack.common.lockutils module for locks in tox functional tests.

Tox test has been switched to use openstack.common.lockutils module
for interprocess locks. However neutron tox functional tests was
left behind probably because locking is not required by the existing
functional test cases. This change makes neutron tox functional tests
adopt openstack.common.lockutils for locking.

Closes-Bug: 1332380
Change-Id: I4d6076e5f7586a11ea5381f18774d4bab57b0081
tox.ini