Move Send and receive L2 traffic KWs to standalone file.
[csit.git] / tests / suites / vxlan / vxlan_untagged.robot
index fe44282..45d57a9 100644 (file)
@@ -14,8 +14,8 @@
 *** Settings ***
 | Documentation | VXLAN tunnel untagged traffic tests
 | Resource | resources/libraries/robot/default.robot
-| Resource | resources/libraries/robot/bridge_domain.robot
 | Resource | resources/libraries/robot/vxlan.robot
+| Resource | resources/libraries/robot/l2_traffic.robot
 | Force Tags | 3_NODE_SINGLE_LINK_TOPO | EXPECTED_FAILING
 | Suite Setup | Run Keywords | Setup all DUTs before test
 | ...         | AND          | Setup all TGs before traffic script
@@ -24,4 +24,4 @@
 
 *** Test Cases ***
 | VPP can encapsulate L2 in VXLAN over V4
-| | Send and receive traffic | ${nodes['TG']} | ${tgs_to_dut1} | ${tgs_to_dut2}
+| | Send and receive ICMPv4 | ${nodes['TG']} | ${tgs_to_dut1} | ${tgs_to_dut2}