Add Honeycomb VxLAN test suite
[csit.git] / tests / suites / honeycomb / 1 - interface_management.robot
index ae4fec9..e320c46 100644 (file)
 | | ... | ${node} | ${interface} | ${ethernet} | ${routing}
 | | And Interface ethernet and routing configuration from VAT should be
 | | ... | ${node} | ${interface} | ${ethernet['mtu']} | ${routing['vrf-id']}
-
-| Honeycomb modifies interface configuration - VxLAN
-| | [Documentation] | Check if Honeycomb API can configure interface VxLAN \
-| | ... | settings.
-| | [Tags] | honeycomb_sanity
-| | When Honeycomb sets interface VxLAN configuration
-| | ... | ${node} | ${interface} | &{vxlan_settings}
-| | Then VxLAN configuration from Honeycomb should be
-| | ... | ${node} | ${interface} | &{vxlan_settings}
-| | And VxLAN configuration from VAT should be
-| | ... | ${node} | ${interface} | &{vxlan_settings}