diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-08-21 08:03:46 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-08-21 13:42:09 +0000 |
commit | 7618432b3f8c8e668b244ea5c09162b3820691f3 (patch) | |
tree | 98f47edbfad4919f67db821cda1f56ed1078bdd9 /tests/honeycomb | |
parent | 7f209320be79deb2ed87cf06e309df3a7cad6c6e (diff) |
HC Tests: reenable VxLaN GPE ipv6 tests
The issue is no longer present in VPP master branch (1810).
Change-Id: I64f4fa8544ace8dc3686db9a1a3f3897ba333c61
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tests/honeycomb')
-rw-r--r-- | tests/honeycomb/func/mgmt-cfg-vxlangpe-apihc-apivat-func.robot | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/honeycomb/func/mgmt-cfg-vxlangpe-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-vxlangpe-apihc-apivat-func.robot index 1d7cde0fd0..6f5a406fe8 100644 --- a/tests/honeycomb/func/mgmt-cfg-vxlangpe-apihc-apivat-func.robot +++ b/tests/honeycomb/func/mgmt-cfg-vxlangpe-apihc-apivat-func.robot @@ -134,8 +134,7 @@ | | [Documentation] | Check if Honeycomb API can configure a VxLAN GPE tunnel\ | | ... | with IPv6 addresses. | | ... -# Disabled due to VPP-875 -#| | [Tags] | HC_FUNC +| | [Tags] | HC_FUNC | | Given VxLAN GPE Operational Data From VAT Should Be empty | | ... | ${node} | | And VxLAN GPE Operational Data From Honeycomb Should Be empty @@ -156,8 +155,7 @@ | | [Documentation] | Check if Honeycomb API can configure another VxLAN\ | | ... | GPE tunnel with IPv6 addresses. | | ... -# Disabled due to VPP-875 -#| | [Tags] | HC_FUNC +| | [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 |