X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ffunc%2Fhoneycomb%2Fmgmt-cfg-vxlangpe-apihc-apivat-func.robot;fp=tests%2Ffunc%2Fhoneycomb%2F031_vxlan_gpe.robot;h=bb95b20f04b5d3e57333bb1a2fc9350de6dfe459;hp=9c6134b3cbba6f6cf1694931494d7061ca0260ab;hb=refs%2Fchanges%2F23%2F4823%2F3;hpb=a9da1b4ca1e8cccef22a6e2b8bfa859a9ed04555 diff --git a/tests/func/honeycomb/031_vxlan_gpe.robot b/tests/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot similarity index 94% rename from tests/func/honeycomb/031_vxlan_gpe.robot rename to tests/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot index 9c6134b3cb..bb95b20f04 100644 --- a/tests/func/honeycomb/031_vxlan_gpe.robot +++ b/tests/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot @@ -44,7 +44,7 @@ | ... | Restart Honeycomb And VPP And Clear Persisted Configuration | ${node} *** Test Cases *** -| Honeycomb creates VxLAN GPE tunnel +| TC01: Honeycomb creates VxLAN GPE tunnel | | [Documentation] | Check if Honeycomb API can configure a VxLAN GPE tunnel. | | ... | | Given interface configuration from Honeycomb should be empty @@ -62,7 +62,7 @@ | | And VxLAN GPE Interface indices from Honeycomb and VAT should correspond | | ... | ${node} | ${vxlan_gpe_if1} -| Honeycomb removes VxLAN GPE tunnel +| TC02: Honeycomb removes VxLAN GPE tunnel | | [Documentation] | Check if Honeycomb API can remove VxLAN GPE tunnel. | | ... | | Given VxLAN GPE configuration from Honeycomb should be @@ -77,7 +77,7 @@ | | And VxLAN GPE configuration from VAT should be empty | | ... | ${node} -| Honeycomb sets wrong interface type while creating VxLAN GPE tunnel +| TC03: Honeycomb sets wrong interface type while creating VxLAN GPE tunnel | | [Documentation] | Check if Honeycomb refuses to create a VxLAN GPE tunnel\ | | ... | with a wrong interface type set. | | ... @@ -93,7 +93,7 @@ | | And interface configuration from VAT should be empty | | ... | ${node} | ${vxlan_gpe_if2} -| Honeycomb sets wrong protocol while creating VxLAN GPE tunnel +| TC04: Honeycomb sets wrong protocol while creating VxLAN GPE tunnel | | [Documentation] | Check if Honeycomb refuses to create a VxLAN GPE tunnel\ | | ... | with a wrong next-protocol set. | | ... @@ -110,7 +110,7 @@ | | And interface configuration from VAT should be empty | | ... | ${node} | ${vxlan_gpe_if3} -| Honeycomb sets VxLAN GPE tunnel on existing interface with wrong type +| TC05: Honeycomb sets VxLAN GPE tunnel on existing interface with wrong type | | [Documentation] | Check if Honeycomb refuses to create a VxLAN GPE tunnel\ | | ... | on existing interface with wrong type. | | ... @@ -123,7 +123,7 @@ | | Then VxLAN GPE configuration from VAT should be empty | | ... | ${node} -| Honeycomb creates VxLAN GPE tunnel with ipv6 +| TC06: Honeycomb creates VxLAN GPE tunnel with ipv6 | | [Documentation] | Check if Honeycomb API can configure a VxLAN GPE tunnel\ | | ... | with IPv6 addresses. | | ... @@ -143,7 +143,7 @@ | | And VxLAN GPE Interface indices from Honeycomb and VAT should correspond | | ... | ${node} | ${vxlan_gpe_if5} -| Honeycomb creates a second VxLAN GPE tunnel with ipv6 +| TC07: Honeycomb creates a second VxLAN GPE tunnel with ipv6 | | [Documentation] | Check if Honeycomb API can configure another VxLAN\ | | ... | GPE tunnel with IPv6 addresses. | | ...