Skip to content

Commit 99d095e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Re Reduce number of routers created in test_gateway_chassis_rebalance" into stable/2025.1
2 parents c8bd6ae + 213eedf commit 99d095e

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)