diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-07-18 14:12:38 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-07-25 13:20:36 +0000 |
commit | ef67d0dbd0aca3ea0c24800763f6da79f3671727 (patch) | |
tree | 47f4119ecafa46166b0f41a81162d4605af7141a /resources/libraries/robot/ipv6.robot | |
parent | 967ee17e64c1aff48339d35cbdc0e317f9e87d70 (diff) |
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 <mklotton@cisco.com>
Diffstat (limited to 'resources/libraries/robot/ipv6.robot')
-rw-r--r-- | resources/libraries/robot/ipv6.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |