CSIT-350 Fix LISP test TC05
[csit.git] / tests / func / lisp / lisp_dataplane_untagged.robot
index 6b4bb0e..ecb4ffa 100644 (file)
@@ -62,7 +62,6 @@
 | | ... | [Cfg2] Reconf LISP.
 | | ... | [Ver2] Verify packets are received again via LISP tunnel.
 | | ... | [Ref] RFC6830.
-| | [Tags] | EXPECTED_FAILING
 | | Given Path for 3-node testing is set
 | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']}
 | | And   Interfaces in 3-node path are up
 | | ... | [Cfg3] Re-enable LISP.
 | | ... | [Ver3] Verify packets are received again via LISP tunnel.
 | | ... | [Ref] RFC6830.
-| | [Tags] | EXPECTED_FAILING
 | | Given Path for 3-node testing is set
 | | ... | ${nodes['TG']} | ${nodes['DUT1']} | ${nodes['DUT2']} | ${nodes['TG']}
 | | And   Interfaces in 3-node path are up
 | |      ... | ${tg_to_dut2} | ${tg_to_dut2_mac} | ${dut2_to_tg_mac}
 | |      ... | ${tg_to_dut1} | ${dut1_to_tg_mac} | ${tg_to_dut1_mac}
 | | When Enable Lisp | ${dut1_node}
+| | And Vpp Add Lisp Adjacency | ${dut1_node} 
+| |     ... | ${dut1_to_dut2_ip4_static_adjacency['vni']}
+| |     ... | ${dut1_to_dut2_ip4_static_adjacency['deid']}
+| |     ... | ${dut1_to_dut2_ip4_static_adjacency['prefix']}
+| |     ... | ${dut1_to_dut2_ip4_static_adjacency['seid']}
+| |     ... | ${dut1_to_dut2_ip4_static_adjacency['prefix']}
+| | And Vpp Add Lisp Adjacency | ${dut2_node} 
+| |     ... | ${dut2_to_dut1_ip4_static_adjacency['vni']}
+| |     ... | ${dut2_to_dut1_ip4_static_adjacency['deid']}
+| |     ... | ${dut2_to_dut1_ip4_static_adjacency['prefix']}
+| |     ... | ${dut2_to_dut1_ip4_static_adjacency['seid']}
+| |     ... | ${dut2_to_dut1_ip4_static_adjacency['prefix']}
 | | Then Wait Until Keyword Succeeds | 2x | 5s | Send Packet And Check Headers
 | |      ... | ${tg_node} | ${tg1_ip4} | ${tg2_ip4}
 | |      ... | ${tg_to_dut1} | ${tg_to_dut1_mac} | ${dut1_to_tg_mac}