Skip to content

Commit 0c9735d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[stable/2023.1 only] Fix missing test fix for ext gw" into stable/2023.1
2 parents 5daf72f + c190408 commit 0c9735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_maintenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ def test_add_gw_port_info_to_logical_router_port_no_action_needed(self):
979979
internal_net_id = uuidutils.generate_uuid()
980980
routers_db = [{
981981
'id': uuidutils.generate_uuid(),
982-
'external_gateways': [{'network_id': ext_net_id}]}]
982+
'external_gateway_info': {'network_id': ext_net_id}}]
983983
ext_gw_lrp = fakes.FakeOvsdbRow.create_one_ovsdb_row(
984984
attrs={'external_ids': {
985985
constants.OVN_NETWORK_NAME_EXT_ID_KEY:

0 commit comments

Comments
 (0)