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.
1 parent d015423 commit 1a58174Copy full SHA for 1a58174
python/neutron-understack/neutron_understack/tests/test_trunk.py
@@ -223,7 +223,7 @@ def test_when_parent_port_is_bound(
223
understack_trunk_driver._clean_parent_port_switchport_config(trunk, [subport])
224
225
understack_trunk_driver.nb.remove_port_network_associations.assert_called_once_with(
226
- interface_uuid=str(port_id), network_ids_to_remove={network_id}
+ interface_uuid=str(port_id), vlan_ids_to_remove={network_id}
227
)
228
understack_trunk_driver.undersync.sync_devices.assert_called_once_with(
229
vlan_group="physnet",
0 commit comments