diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-03-11 13:56:39 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-04-13 16:09:31 +0000 |
commit | 6d9fe9bb4bd353b1d4fec3b2569bcd743f87fc4a (patch) | |
tree | 7a21e9072114ba6670fab95421ded8796335c1c4 /resources/libraries/robot/l2_traffic.robot | |
parent | 5a2fd159dce96a70f2e5157314391aceb6d80197 (diff) |
VXLAN test with dot1q tagging.
Change-Id: I3dbd12983736e338d757c580570d91680aedd83f
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/libraries/robot/l2_traffic.robot')
-rw-r--r-- | resources/libraries/robot/l2_traffic.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/libraries/robot/l2_traffic.robot b/resources/libraries/robot/l2_traffic.robot index 2ba53d5821..bb66d9035d 100644 --- a/resources/libraries/robot/l2_traffic.robot +++ b/resources/libraries/robot/l2_traffic.robot @@ -27,3 +27,11 @@ | | ${args}= | Traffic Script Gen Arg | ${dst_int} | ${src_int} | ${src_mac} | | | ... | ${dst_mac} | ${src_ip} | ${dst_ip} | | Run Traffic Script On Node | send_ip_icmp.py | ${tg_node} | ${args} + +| Send and receive ICMPv4 bidirectionally +| | [Documentation] | Send ICMPv4 echo request from both directions, +| | ... | from interface1 to interface2 and +| | ... | from interface2 to interface1. +| | [Arguments] | ${tg_node} | ${int1} | ${int2} +| | Send and receive ICMPv4 | ${tg_node} | ${int1} | ${int2} +| | Send and receive ICMPv4 | ${tg_node} | ${int2} | ${int1} |