[L2GW] Removing segmentation id in update l2 gw

https://bugzilla.eng.vmware.com/show_bug.cgi?id=2069597

Change-Id: Ie1d3507f76f1aef5c0ceb2162cd28674095a2d95
This commit is contained in:
Deepthi Kandavara Jayarama 2018-08-17 18:40:50 +00:00
parent b6fc1091eb
commit d1db5e8c5a
1 changed files with 1 additions and 2 deletions

View File

@ -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"]