The following three tests fail with errors related to tagMode:
iControlUnexpectedHTTPError: 400 Unexpected Error: Bad Request for uri: https://10.190.3.38:443/mgmt/tm/net/vlan/~Common~somevlan/interfaces/1.1/ E Text: u'{"code":400,"message":"Found unexpected json pair at configuration item /net/vlan/~Common~somevlan/interfaces/1.1. The json pair is \\"tagMode\\":\\"service\\".","errorStack":[]}'
This should be possible to remedy by overriding create and update in vlan to check for tagMode and raise an exception if found.
The following three tests fail with errors related to tagMode:
iControlUnexpectedHTTPError: 400 Unexpected Error: Bad Request for uri: https://10.190.3.38:443/mgmt/tm/net/vlan/~Common~somevlan/interfaces/1.1/ E Text: u'{"code":400,"message":"Found unexpected json pair at configuration item /net/vlan/~Common~somevlan/interfaces/1.1. The json pair is \\"tagMode\\":\\"service\\".","errorStack":[]}'This should be possible to remedy by overriding create and update in vlan to check for tagMode and raise an exception if found.