X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ffunc%2Fhoneycomb%2Fmgmt-cfg-inttap-apihc-apivat-func.robot;fp=tests%2Ffunc%2Fhoneycomb%2F040_tap.robot;h=04f94b81c0810e4898a97d5a58f9d33b1d1d3279;hp=cf45107ade53b127dddaa2724f483ce8d5891f4b;hb=20a24b36a6fc172c209dcc154e138f6e06e85bd5;hpb=a9da1b4ca1e8cccef22a6e2b8bfa859a9ed04555 diff --git a/tests/func/honeycomb/040_tap.robot b/tests/func/honeycomb/mgmt-cfg-inttap-apihc-apivat-func.robot similarity index 95% rename from tests/func/honeycomb/040_tap.robot rename to tests/func/honeycomb/mgmt-cfg-inttap-apihc-apivat-func.robot index cf45107ade..04f94b81c0 100644 --- a/tests/func/honeycomb/040_tap.robot +++ b/tests/func/honeycomb/mgmt-cfg-inttap-apihc-apivat-func.robot @@ -34,7 +34,7 @@ | ... | Test suite uses the first interface of the first DUT node. *** Test Cases *** -| Honeycomb configures TAP interface +| TC01: Honeycomb configures TAP interface | | [Documentation] | Check if Honeycomb API can configure a TAP interface. | | Given TAP configuration from Honeycomb should be empty | | ... | ${node} | ${tap_interface} @@ -47,7 +47,7 @@ | | And TAP configuration from VAT should be | | ... | ${node} | ${tap_interface} | ${tap_settings} -| Honeycomb modifies existing TAP interface configuration +| TC02: Honeycomb modifies existing TAP interface configuration | | [Documentation] | Check if Honeycomb API can re-configure and existing TAP\ | | ... | interface with new settings. | | Given TAP configuration from Honeycomb should be @@ -61,7 +61,7 @@ | | And TAP configuration from VAT should be | | ... | ${node} | ${tap_interface} | ${tap_settings2} -| Honeycomb removes TAP interface +| TC03: Honeycomb removes TAP interface | | [Documentation] | Check if Honeycomb API can remove TAP interface. | | Given TAP configuration from Honeycomb should be | | ... | ${node} | ${tap_interface} | ${tap_settings2}