Merge "[L2GW] Removing segmentation id in update l2 gw https://bugzilla.eng.vmware.com/show_bug.cgi?id=2069597"
This commit is contained in:
commit
85566481d6
@ -257,8 +257,7 @@ class L2GatewayTest(L2GatewayBase):
|
||||
devices = {"devices": [
|
||||
{"device_name": device_name,
|
||||
|
||||
"interfaces": [{"name": "new_name",
|
||||
"segmentation_id": [self.VLAN_1]}],
|
||||
"interfaces": [{"name": "new_name"}],
|
||||
"deleted_interfaces": [{"name": interface_name}]}
|
||||
]}
|
||||
l2gw_id = rsp[constants.L2GW]["id"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user