X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ffunc%2Fhoneycomb%2Fmgmt-cfg-spanrx-apihc-apivat-func.robot;fp=tests%2Ffunc%2Fhoneycomb%2F120_port_mirroring.robot;h=ff72f956af461abe938646cbdc22515906910557;hp=48fe5ae08a86e6234da7bfb93bd3de726543dc2d;hb=20a24b36a6fc172c209dcc154e138f6e06e85bd5;hpb=a9da1b4ca1e8cccef22a6e2b8bfa859a9ed04555 diff --git a/tests/func/honeycomb/120_port_mirroring.robot b/tests/func/honeycomb/mgmt-cfg-spanrx-apihc-apivat-func.robot similarity index 94% rename from tests/func/honeycomb/120_port_mirroring.robot rename to tests/func/honeycomb/mgmt-cfg-spanrx-apihc-apivat-func.robot index 48fe5ae08a..ff72f956af 100644 --- a/tests/func/honeycomb/120_port_mirroring.robot +++ b/tests/func/honeycomb/mgmt-cfg-spanrx-apihc-apivat-func.robot @@ -32,7 +32,7 @@ *** Test Cases *** # TODO: Add verification once operational data is available (HONEYCOMB-306) -| Honeycomb can configure SPAN on an interface +| TC01: Honeycomb can configure SPAN on an interface | | [Documentation] | Honeycomb configures SPAN on interface and verifies/ | | ... | against VPP SPAN dump. | | Given SPAN configuration from VAT should not exist @@ -42,7 +42,7 @@ | | Then Interface SPAN configuration from VAT should be | | ... | ${node} | ${interface1} | ${interface2} -| Honeycomb can disable SPAN on interface +| TC02: Honeycomb can disable SPAN on interface | | [Documentation] | Honeycomb removes existing SPAN configuration\ | | ... | on interface and verifies against VPP SPAN dump. | | Given Interface SPAN configuration from VAT should be @@ -52,7 +52,7 @@ | | Then SPAN configuration from VAT should not exist | | ... | ${node} -| Honeycomb can configure SPAN on one interface to mirror two interfaces +| TC03: Honeycomb can configure SPAN on one interface to mirror two interfaces | | [Documentation] | Honeycomb configures SPAN on interface, mirroring\ | | ... | two interfaces at the same time. Then verifies against VPP SPAN dump. | | [Teardown] | Honeycomb removes interface SPAN configuration