commit | 5690a35d64c166147daad0e7422cb100403cfbf1 | [log] [tgz] |
---|---|---|
author | Maru Newby <marun@redhat.com> | Fri Mar 13 18:46:40 2015 +0000 |
committer | Maru Newby <marun@redhat.com> | Fri Mar 13 18:46:40 2015 +0000 |
tree | 83961f15c56d3ec5deec1f867ad5f3373824fbb9 | |
parent | 1b9aefd002df575dbc9210c680223345b8a56faf [diff] [blame] |
Update api tests from tempest This change is the result of running tools/copy_api_tests_from_tempest.sh Change-Id: Ibcb6d11b3f7ed8b859c69d4c591bf785b0611416
diff --git a/neutron/tests/tempest/common/tempest_fixtures.py b/neutron/tests/tempest/common/tempest_fixtures.py index 5c66cc6..d416857 100644 --- a/neutron/tests/tempest/common/tempest_fixtures.py +++ b/neutron/tests/tempest/common/tempest_fixtures.py
@@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. -from neutron.openstack.common.fixture import lockutils +from oslo_concurrency.fixture import lockutils class LockFixture(lockutils.LockFixture):