X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fhoneycomb%2F1%20-%20interface_management.robot;fp=tests%2Fsuites%2Fhoneycomb%2F1%20-%20interface_management.robot;h=e320c46f608ef86687656f59003361d2de1d267d;hp=ae4fec9685463f280b6b2d186e23c1716dddd131;hb=a175e259c6a83aea6df61eed607f8c57671c8ea0;hpb=06f37e7ba486c598cf2896c87a82c95b8afe17a4 diff --git a/tests/suites/honeycomb/1 - interface_management.robot b/tests/suites/honeycomb/1 - interface_management.robot index ae4fec9685..e320c46f60 100644 --- a/tests/suites/honeycomb/1 - interface_management.robot +++ b/tests/suites/honeycomb/1 - interface_management.robot @@ -95,14 +95,3 @@ | | ... | ${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}