From ef67d0dbd0aca3ea0c24800763f6da79f3671727 Mon Sep 17 00:00:00 2001 From: Matej Klotton Date: Mon, 18 Jul 2016 14:12:38 +0200 Subject: SSH timeout problem In case of large output or stderr output the SSH proces got stucked, because of output buffer fills. Fix with reading from buffers. - increase traffic script default timeout - add reconnect to ssh Change-Id: Ie07107c6ab0fb19c9361d7390467b9b693fe2fdb Signed-off-by: Matej Klotton --- resources/libraries/robot/ipv6.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot/ipv6.robot') diff --git a/resources/libraries/robot/ipv6.robot b/resources/libraries/robot/ipv6.robot index 19c222e7c2..ed4259cb73 100644 --- a/resources/libraries/robot/ipv6.robot +++ b/resources/libraries/robot/ipv6.robot @@ -62,7 +62,7 @@ | | | ... | ${dst_mac} | ${src_ip} | ${dst_ip} | | ${args}= | Set Variable | | ... | ${args} --start_size ${start_size} --end_size ${end_size} --step ${step} -| | Run Traffic Script On Node | ipv6_sweep_ping.py | ${src_node} | ${args} | ${20} +| | Run Traffic Script On Node | ipv6_sweep_ping.py | ${src_node} | ${args} | Ipv6 tg to dut1 egress | | [Documentation] | Send traffic from TG to first DUT egress interface -- cgit 1.2.3-korg