From 3a761053c1dacc9d5f21ec1ddf75e1f192473f2c Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Fri, 20 Jan 2017 17:17:43 +0100 Subject: SPAN test - improvement of packet check Change-Id: Ic95fbe288495ee4cd75178d74c220f6af5d2b11a Signed-off-by: Jan Gelety --- resources/libraries/robot/telemetry/span.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/robot/telemetry') 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} -- cgit 1.2.3-korg