We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5daf72f + c190408 commit 0c9735dCopy full SHA for 0c9735d
neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_maintenance.py
@@ -979,7 +979,7 @@ def test_add_gw_port_info_to_logical_router_port_no_action_needed(self):
979
internal_net_id = uuidutils.generate_uuid()
980
routers_db = [{
981
'id': uuidutils.generate_uuid(),
982
- 'external_gateways': [{'network_id': ext_net_id}]}]
+ 'external_gateway_info': {'network_id': ext_net_id}}]
983
ext_gw_lrp = fakes.FakeOvsdbRow.create_one_ovsdb_row(
984
attrs={'external_ids': {
985
constants.OVN_NETWORK_NAME_EXT_ID_KEY:
0 commit comments