use test tools from neutron-lib

This patch switches the code over to use neutron-lib's test tools module
where appropriate rather than using neutron's.

Change-Id: Iafa4997835a8a63d2b0582cce3fbdb2e6332eeca
This commit is contained in:
Boden R 2019-05-17 12:04:39 -06:00
parent de49260304
commit adb6e6c876
1 changed files with 1 additions and 1 deletions

View File

@ -14,11 +14,11 @@
import os
from neutron_lib.tests import tools
from oslo_config import cfg
from neutron.tests import base as tests_base
from neutron.tests.fullstack.resources import client as client_resource
from neutron.tests import tools
from neutron.tests.unit import testlib_api