From c8d76a16533edac586a98d2842932804709fea30 Mon Sep 17 00:00:00 2001 From: Juraj Sloboda Date: Mon, 22 Feb 2016 13:22:23 +0100 Subject: Remove Interface.close, rename script argument Change-Id: I5da20a12f801264821890e6516899344456576a8 Signed-off-by: Juraj Sloboda --- resources/libraries/robot/ipv4.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot') diff --git a/resources/libraries/robot/ipv4.robot b/resources/libraries/robot/ipv4.robot index 4ed0181d52..d122932c89 100644 --- a/resources/libraries/robot/ipv4.robot +++ b/resources/libraries/robot/ipv4.robot @@ -68,7 +68,7 @@ | | ${args}= | Traffic Script Gen Arg | ${to_port} | ${from_port} | ${src_mac} | | | ... | ${dst_mac} | ${src_ip} | ${dst_ip} | | ${args}= | Catenate | ${args} | --hops ${hops} | --first_hop_mac ${adj_int['mac_address']} -| | | ... | --is_dst_defined ${is_dst_tg} +| | | ... | --is_dst_tg ${is_dst_tg} | | Run Traffic Script On Node | ipv4_ping_ttl_check.py | ${from_node} | ${args} | Ipv4 icmp echo sweep -- cgit 1.2.3-korg