Switch to neutron-tempest-plugin for tempest tests

* https://review.openstack.org/519310 syncs the code from neutron
  project to neutron-tempest-plugin repo and it is better to
  depend on new one in order to avoid the breakage.

Depends-On: I9962fd5aa9a13f315208255e2cc5f599871a6f53
Change-Id: I34efe893b93240c4689de1dda978209926022dfd
This commit is contained in:
Chandan Kumar 2017-11-19 11:41:08 +05:30
parent 2937d63fcf
commit ad52025727
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')