Merge "[L2GW] Removing segmentation id in update l2 gw https://bugzilla.eng.vmware.com/show_bug.cgi?id=2069597"

This commit is contained in:
Zuul 2018-09-19 12:48:04 +00:00 committed by Gerrit Code Review
commit 85566481d6
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"]