X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Ffunc%2Fhoneycomb%2Fmgmt-cfg-vxlangpe-apihc-apivat-func.robot;h=1d7cde0fd00b971daa036048504bb55e00eedd70;hp=680baf11305dcbc3f1d534719e80335197ca4868;hb=3267472a7fe6126fe90c87c128d096e3d346d420;hpb=526856e4018d53146bbd777671d63146eebb1e7a diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot index 680baf1130..1d7cde0fd0 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot @@ -44,14 +44,12 @@ | Suite Setup | Set Up Honeycomb Functional Test Suite | ${node} | ... | Suite Teardown | Tear Down Honeycomb Functional Test Suite | ${node} -| ... -# Disabled due to VPP-875: Configuring VxLAN GPE tunnel crashes VPP -#| Force Tags | HC_FUNC *** Test Cases *** | TC01: Honeycomb creates VxLAN GPE tunnel | | [Documentation] | Check if Honeycomb API can configure a VxLAN GPE tunnel. | | ... +| | [Tags] | HC_FUNC | | Given interface Operational Data From Honeycomb Should Be empty | | ... | ${node} | ${vxlan_gpe_if1} | | And interface Operational Data From VAT Should Be empty @@ -70,6 +68,7 @@ | TC02: Honeycomb removes VxLAN GPE tunnel | | [Documentation] | Check if Honeycomb API can remove VxLAN GPE tunnel. | | ... +| | [Tags] | HC_FUNC | | Given VxLAN GPE Operational Data From Honeycomb Should Be | | ... | ${node} | ${vxlan_gpe_if1} | | ... | ${vxlan_gpe_base_settings} | ${vxlan_gpe_settings} @@ -86,6 +85,7 @@ | | [Documentation] | Check if Honeycomb refuses to create a VxLAN GPE tunnel\ | | ... | with a wrong interface type set. | | ... +| | [Tags] | HC_FUNC | | Given interface Operational Data From Honeycomb Should Be empty | | ... | ${node} | ${vxlan_gpe_if2} | | And interface Operational Data From VAT Should Be empty @@ -102,6 +102,7 @@ | | [Documentation] | Check if Honeycomb refuses to create a VxLAN GPE tunnel\ | | ... | with a wrong next-protocol set. | | ... +| | [Tags] | HC_FUNC | | Given interface Operational Data From Honeycomb Should Be empty | | ... | ${node} | ${vxlan_gpe_if3} | | And interface Operational Data From VAT Should Be empty @@ -119,6 +120,7 @@ | | [Documentation] | Check if Honeycomb refuses to create a VxLAN GPE tunnel\ | | ... | on existing interface with wrong type. | | ... +| | [Tags] | HC_FUNC | | Given VxLAN GPE Operational Data From VAT Should Be empty | | ... | ${node} | | When Honeycomb fails to create VxLAN GPE interface @@ -132,6 +134,8 @@ | | [Documentation] | Check if Honeycomb API can configure a VxLAN GPE tunnel\ | | ... | with IPv6 addresses. | | ... +# Disabled due to VPP-875 +#| | [Tags] | HC_FUNC | | Given VxLAN GPE Operational Data From VAT Should Be empty | | ... | ${node} | | And VxLAN GPE Operational Data From Honeycomb Should Be empty @@ -152,6 +156,8 @@ | | [Documentation] | Check if Honeycomb API can configure another VxLAN\ | | ... | GPE tunnel with IPv6 addresses. | | ... +# Disabled due to VPP-875 +#| | [Tags] | HC_FUNC | | Given interface Operational Data From Honeycomb Should Be empty | | ... | ${node} | ${vxlan_gpe_if6} | | And interface Operational Data From VAT Should Be empty