diff options
author | selias <samelias@cisco.com> | 2017-07-20 09:53:05 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-08-08 08:42:47 +0000 |
commit | 3267472a7fe6126fe90c87c128d096e3d346d420 (patch) | |
tree | c9e27ece10e8f679054f0ee07794ff658494348b | |
parent | 526856e4018d53146bbd777671d63146eebb1e7a (diff) |
HC Test: re-enable VxLAN GPE test suite
VPP crash partially fixed in https://gerrit.fd.io/r/7267
Still occuring in IPv6 case.
Change-Id: Iff6cd99098c6273fc56940b475e5262889076775
Signed-off-by: selias <samelias@cisco.com>
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot | 12 |
1 files changed, 9 insertions, 3 deletions
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 |