tests: test_db_base_plugin_v2.py was moved to common
In [1] test_db_base_plugin_v2.py was moved to tests/common let's adapt to it. [1]: https://review.opendev.org/c/openstack/neutron/+/934190 Change-Id: I63baf4b53fb8c6f3c43eb6d850fa9bfaea50fe6f
This commit is contained in:
parent
b04ba041fd
commit
4ed8e10f4c
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
from neutron.tests import base as n_base
|
||||
from neutron.tests.unit.db import test_db_base_plugin_v2 as test_db_plugin
|
||||
from neutron.tests.common import test_db_base_plugin_v2 as test_db_plugin
|
||||
from neutron.tests.unit.extensions import base as test_api_v2_extension
|
||||
|
||||
|
||||
|
@ -19,8 +19,8 @@ from neutron.api import wsgi
|
||||
from neutron.common.ovn import constants as ovn_constants
|
||||
from neutron import policy
|
||||
from neutron.tests.common import helpers
|
||||
from neutron.tests.common import test_db_base_plugin_v2 as test_plugin
|
||||
from neutron.tests.unit.api import test_extensions
|
||||
from neutron.tests.unit.db import test_db_base_plugin_v2 as test_plugin
|
||||
from neutron.tests.unit.extensions import test_l3
|
||||
from neutron.tests.unit import testlib_api
|
||||
from neutron_lib import context
|
||||
|
@ -26,7 +26,7 @@ from neutron.db import l3_agentschedulers_db
|
||||
from neutron.db import servicetype_db as sdb
|
||||
from neutron import extensions as nextensions
|
||||
from neutron.scheduler import l3_agent_scheduler
|
||||
from neutron.tests.unit.db import test_db_base_plugin_v2 as test_db_plugin
|
||||
from neutron.tests.common import test_db_base_plugin_v2 as test_db_plugin
|
||||
from neutron.tests.unit.extensions import test_l3 as test_l3_plugin
|
||||
from neutron_lib.api.definitions import vpn
|
||||
from neutron_lib.callbacks import events
|
||||
|
Loading…
x
Reference in New Issue
Block a user