From 3aa73ef3365b04b3bc39137063cf8ff427547845 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sun, 8 Jan 2017 16:53:41 +0000 Subject: [PATCH] Don't override min_l3_agents_per_router in tests The option is about to be removed which will break the unit tests suite for the repo. Change-Id: I908c3717b5db970080c7880a6d2455cb382d7104 See: I3a9195ff6fd18fad9f85cec03a632e7e52d954e7 Related-Bug: #1555042 --- neutron_dynamic_routing/tests/unit/db/test_bgp_db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py b/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py index 6be2bd02..07b4ca3b 100644 --- a/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py +++ b/neutron_dynamic_routing/tests/unit/db/test_bgp_db.py @@ -1222,7 +1222,6 @@ class BgpTests(test_plugin.Ml2PluginV2TestCase, if router_ha: cfg.CONF.set_override('l3_ha', True) cfg.CONF.set_override('max_l3_agents_per_router', 2) - cfg.CONF.set_override('min_l3_agents_per_router', 2) gw_prefix = '172.16.10.0/24' tenant_prefix = '10.10.10.0/24' tenant_id = _uuid()