diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-03-02 13:05:13 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-03-07 16:03:26 +0000 |
commit | 4fc12a553db78ff2ad293e7a87845b365a53d736 (patch) | |
tree | fedabd8ddc2ed68331cfb86b15012d67cc2056ef /tests/suites/vxlan | |
parent | 799c246c1783b534df0ce7731c9078463be33bdd (diff) |
Move Send and receive L2 traffic KWs to standalone file.
Change-Id: I3c919a15d5fdbf91ff493d64b768fb69b8c21b65
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'tests/suites/vxlan')
-rw-r--r-- | tests/suites/vxlan/vxlan_untagged.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suites/vxlan/vxlan_untagged.robot b/tests/suites/vxlan/vxlan_untagged.robot index fe4428210d..45d57a902d 100644 --- a/tests/suites/vxlan/vxlan_untagged.robot +++ b/tests/suites/vxlan/vxlan_untagged.robot @@ -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} |