Merge "Switch to neutron-tempest-plugin for tempest tests"

This commit is contained in:
Zuul 2018-03-26 22:03:45 +00:00 committed by Gerrit Code Review
commit 008517ea02
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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')