diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-08-21 08:03:46 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-08-21 09:57:11 +0000 |
commit | e2ef7bf234f5b8bec0fd561388844273f7ab7587 (patch) | |
tree | 945a062d6dde1fb114160b155501c7f8fe0befdd | |
parent | 00c8ca60ad2526cc4a26e42325f62e0913876c47 (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>
-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 |