From 5aa7d9ac58ad664c2c8c6948175d5046f9bc0425 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 23 Jan 2017 09:54:02 +0900 Subject: [PATCH] tempest plugin: Don't use the same name as neutron Closes-Bug: #1658551 Change-Id: I4045ed7e114dc6ffb48563514eba2ed001a53dd9 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cade45d5..1386ea9f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ neutron.db.alembic_migrations = oslo.config.opts = bgp.agent = neutron_dynamic_routing.services.bgp.common.opts:list_bgp_agent_opts tempest.test_plugins = - neutron_tests = neutron_dynamic_routing.tests.tempest.plugin:NeutronDynamicRoutingTempestPlugin + neutron_dynamic_routing = neutron_dynamic_routing.tests.tempest.plugin:NeutronDynamicRoutingTempestPlugin [build_sphinx] all_files = 1