X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fsuites%2Fvxlan%2Fvxlan_untagged.robot;h=638c056e8df70ee4cec97efcb842eebce49f7065;hp=fe4428210d4a6c5e77f30e9da5201cce06a55d69;hb=05eba892c7d2a778e78a950966fb1a6e0d68aa60;hpb=1254d80a0b64985de2816eff5ef79e3e22cde972 diff --git a/tests/suites/vxlan/vxlan_untagged.robot b/tests/suites/vxlan/vxlan_untagged.robot index fe4428210d..638c056e8d 100644 --- a/tests/suites/vxlan/vxlan_untagged.robot +++ b/tests/suites/vxlan/vxlan_untagged.robot @@ -14,9 +14,9 @@ *** 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 -| Force Tags | 3_NODE_SINGLE_LINK_TOPO | EXPECTED_FAILING +| Resource | resources/libraries/robot/l2_traffic.robot +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | VM_ENV | HW_ENV | Suite Setup | Run Keywords | Setup all DUTs before test | ... | AND | Setup all TGs before traffic script | ... | AND | Setup VXLAN tunnel on nodes | ${nodes['TG']} @@ -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}