diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-01-20 17:17:43 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-03-10 11:19:58 +0000 |
commit | 3a761053c1dacc9d5f21ec1ddf75e1f192473f2c (patch) | |
tree | 696211862c6f861cf397e4a116dff18f97a90943 /resources/libraries/robot/telemetry/span.robot | |
parent | fe29ca4b7e6c412c69f1c56404513a33236aa617 (diff) |
SPAN test - improvement of packet check
Change-Id: Ic95fbe288495ee4cd75178d74c220f6af5d2b11a
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/telemetry/span.robot')
-rw-r--r-- | resources/libraries/robot/telemetry/span.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/telemetry/span.robot b/resources/libraries/robot/telemetry/span.robot index d994e95e3e..3ef8716cfa 100644 --- a/resources/libraries/robot/telemetry/span.robot +++ b/resources/libraries/robot/telemetry/span.robot @@ -31,7 +31,7 @@ | | ... | - rx_port - Second interface on TG. Type: string | | ... | - src_ip - Packet source IP address. Type: string | | ... | - dst_ip - Packet destination IP address. Type: string -| | ... | - ptype - Type of payload, ARP or ICMP. Type: string +| | ... | - ptype - Type of payload, ARP, ICMP or ICMPv6. Type: string | | ... | | ... | *Return:* | | ... | - No value returned @@ -53,4 +53,4 @@ | | ... | --tx_if ${tx_port_name} --rx_if | ${rx_port_name} | | ... | --ptype ${ptype} | | Run Traffic Script On Node | span_check.py | ${tg_node} | -| | ... | ${args}
\ No newline at end of file +| | ... | ${args} |