diff options
author | selias <samelias@cisco.com> | 2017-08-09 10:50:46 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-08-15 11:00:41 +0000 |
commit | ee52db86af140da3c919476dcd1441acdc9e7600 (patch) | |
tree | 9568f5180e6a2ff9b3e27219ba7de3a0bf9d8691 /tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot | |
parent | 8cde871103a51013f3bd775d453c48ba6deebca5 (diff) |
HC Test: cleanup test failures
- have unnumbered interface cases use a real interface instead of local0
- add EXPECTED_FAILING tag and Jira link to known failing test cases
Change-Id: I8bc0f4a74ea1949289a3f12dd54168acdf9edc39
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot')
-rw-r--r-- | tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot index 9f2dbc0ae6..404ba888a3 100644 --- a/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-routing-apihc-apivat-func.robot @@ -113,6 +113,8 @@ | | ... | [Ver] Send ICMP packet from first TG interface to configured route | | ... | destination. Receive packet on the second TG interface. | | ... +# VPP-930: ip6_fib_dump shows incorrect outgoing interface index +| | [Tags] | EXPECTED_FAILING | | ${table}= | Set Variable | table4 | | Given Setup interfaces and neighbors for IPv6 routing test | | When Honeycomb configures routing table @@ -135,6 +137,8 @@ | | ... | verify that each destination MAC was used by exactly 50 packets. | | ... | Receive packet on the second TG interface. | | ... +# VPP-930: ip6_fib_dump shows incorrect outgoing interface index +| | [Tags] | EXPECTED_FAILING | | ${table}= | Set Variable | table5 | | Given Setup interfaces and neighbors for IPv6 routing test | | And Honeycomb adds interface IPv6 neighbor | ${dut_node} | ${dut_to_tg_if2} |