HC Test: re-enable VxLAN GPE test suite 62/7662/4
authorselias <samelias@cisco.com>
Thu, 20 Jul 2017 07:53:05 +0000 (09:53 +0200)
committerTibor Frank <tifrank@cisco.com>
Tue, 8 Aug 2017 08:42:47 +0000 (08:42 +0000)
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>
tests/vpp/func/honeycomb/mgmt-cfg-vxlangpe-apihc-apivat-func.robot

index 680baf1..1d7cde0 100644 (file)
 | 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
 | | [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
 | | [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
 | | [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
 | | [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