Merge "Switch to neutron-tempest-plugin for tempest tests"
This commit is contained in:
commit
008517ea02
@ -18,8 +18,9 @@ from tempest import config
|
||||
from tempest.lib import decorators
|
||||
from tempest.lib import exceptions as lib_exc
|
||||
|
||||
from neutron.tests.tempest.api import base
|
||||
from neutron.tests.tempest.common import tempest_fixtures as fixtures
|
||||
from neutron_tempest_plugin.api import base
|
||||
from neutron_tempest_plugin.common import tempest_fixtures as fixtures
|
||||
|
||||
from neutron_dynamic_routing.tests.tempest import bgp_client
|
||||
|
||||
CONF = config.CONF
|
||||
|
@ -23,10 +23,11 @@ import netaddr
|
||||
from tempest.common import utils
|
||||
from tempest import config
|
||||
|
||||
from neutron.tests.tempest.api import base
|
||||
from neutron_dynamic_routing.tests.tempest import bgp_client
|
||||
from neutron_tempest_plugin.api import base
|
||||
from ryu.tests.integrated.common import docker_base as ctn_base
|
||||
|
||||
from neutron_dynamic_routing.tests.tempest import bgp_client
|
||||
|
||||
CONF = config.CONF
|
||||
|
||||
Scope = collections.namedtuple('Scope', 'name')
|
||||
|
Loading…
Reference in New Issue
Block a user