aboutsummaryrefslogtreecommitdiffstats
path: root/tests/honeycomb
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-05-24 13:45:21 +0200
committerPeter Mikus <pmikus@cisco.com>2018-05-25 04:47:08 +0000
commit4324c8b7dd1fe1ba8296168f4c4dd43a8c3e6cc0 (patch)
treeb075ef5f3d4e9a570ef84973501163d1f1bb652a /tests/honeycomb
parent06fd5a97542fe5e30d48c1bf20015fb63a79a729 (diff)
HC Tests: mark VRF assignment tests as failing (HC2VPP-331)
Failures might be related to: https://gerrit.fd.io/r/#/c/12643/ Change-Id: I0c60d51e27508f937a4b2d6c6b5e6f0703f793ab Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tests/honeycomb')
-rw-r--r--tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot3
-rw-r--r--tests/honeycomb/func/mgmt-cfg-routing-apihc-apivat-func.robot19
2 files changed, 22 insertions, 0 deletions
diff --git a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot
index aff237df77..c8f072b8cd 100644
--- a/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot
+++ b/tests/honeycomb/func/mgmt-cfg-intip4-intip6-apihc-apivat-func.robot
@@ -151,6 +151,9 @@
| | [Documentation] | Check if Honeycomb API can configure interface\
| | ... | vrf ID.
| | ...
+# HC2VPP-331: Honeycomb fails to assign VRF to interface
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | [Teardown] | Honeycomb sets interface VRF ID
| | ... | ${node} | ${interface} | ${0} | ipv4
| | ...
diff --git a/tests/honeycomb/func/mgmt-cfg-routing-apihc-apivat-func.robot b/tests/honeycomb/func/mgmt-cfg-routing-apihc-apivat-func.robot
index 540093fe07..24688b908c 100644
--- a/tests/honeycomb/func/mgmt-cfg-routing-apihc-apivat-func.robot
+++ b/tests/honeycomb/func/mgmt-cfg-routing-apihc-apivat-func.robot
@@ -44,6 +44,9 @@
| | ... | [Ver] Send ICMP packet from first TG interface to configured route
| | ... | destination. Receive packet on the second TG interface.
| | ...
+# HC2VPP-331: Honeycomb fails to assign VRF to interface
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | ${table}= | Set Variable | table1
| | Given Setup interfaces and neighbors for IPv4 routing test
| | When Honeycomb configures routing table
@@ -66,12 +69,19 @@
| | ... | verify that each destination MAC was used by exactly 50 packets.
| | ... | Receive packet on the second TG interface.
| | ...
+# HC2VPP-331: Honeycomb fails to assign VRF to interface
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | ${table}= | Set Variable | table2
| | Given Setup interfaces and neighbors for IPv4 routing test
| | And Honeycomb adds interface IPv4 neighbor | ${dut_node} | ${dut_to_tg_if2}
| | ... | ${next_hop1} | ${next_hop_mac1}
| | And Honeycomb adds interface IPv4 neighbor | ${dut_node} | ${dut_to_tg_if2}
| | ... | ${next_hop2} | ${next_hop_mac2}
+| | ...
+# HC2VPP-331: Honeycomb fails to assign VRF to interface
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | When Honeycomb configures routing table
| | ... | ${node} | table2 | ipv4 | ${table2} | ${1}
| | Then Routing data from Honeycomb should contain
@@ -92,6 +102,9 @@
| | ... | destination. Make sure no packet is received on the second TG\
| | ... | interface.
| | ...
+# HC2VPP-331: Honeycomb fails to assign VRF to interface
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | ${table}= | Set Variable | table3
| | Given Setup interfaces and neighbors for IPv4 routing test
| | When Honeycomb configures routing table
@@ -113,6 +126,9 @@
| | ... | [Ver] Send ICMP packet from first TG interface to configured route
| | ... | destination. Receive packet on the second TG interface.
| | ...
+# HC2VPP-331: Honeycomb fails to assign VRF to interface
+| | [Tags] | EXPECTED_FAILING
+| | ...
| | ${table}= | Set Variable | table4
| | Given Setup interfaces and neighbors for IPv6 routing test
| | When Honeycomb configures routing table
@@ -135,6 +151,9 @@
| | ... | verify that each destination MAC was used by exactly 50 packets.
| | ... | Receive packet on the second TG interface.
| | ...
+# HC2VPP-331: Honeycomb fails to assign VRF to interface
+| | [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}