Skip to content

Commit 213eedf

Browse files
committed
Re Reduce number of routers created in test_gateway_chassis_rebalance
Was originally reduced in [1] but got restored in [2] during rebase. This patch re applies it. [1] https://review.opendev.org/c/openstack/neutron/+/874765 [2] https://review.opendev.org/c/openstack/neutron/+/874760 Related-Bug: #2007353 Signed-off-by: Yatin Karel <[email protected]> Change-Id: I5765b32d6d33eda88ab0206e75e57b67a4afc4b5 (cherry picked from commit f7e0561)
1 parent fe9795b commit 213eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/tests/functional/services/ovn_l3/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def test_gateway_chassis_rebalance(self):
791791
# Tries to create 5 routers with a gateway. Since we're using
792792
# physnet4, the chassis candidates will be chassis4 initially.
793793
num_routers = len(self._create_routers_wait_pb(
794-
1, 20, gw_info=gw_info, bind_chassis=chassis4))
794+
1, 5, gw_info=gw_info, bind_chassis=chassis4))
795795
self.l3_plugin.schedule_unhosted_gateways()
796796
expected = {chassis4: {1: num_routers}}
797797
self.assertEqual(expected, self._get_gwc_dict())

0 commit comments

Comments
 (0)