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/ipv4.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/ipv4.robot')
-rw-r--r-- | resources/libraries/robot/ipv4.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/ipv4.robot b/resources/libraries/robot/ipv4.robot index 7db329d97f..6fb2b753ba 100644 --- a/resources/libraries/robot/ipv4.robot +++ b/resources/libraries/robot/ipv4.robot @@ -92,7 +92,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 | ipv4_sweep_ping.py | ${src_node} | ${args} | ${20} +| | Run Traffic Script On Node | ipv4_sweep_ping.py | ${src_node} | ${args} | Send ARP request and validate response | | [Arguments] | ${tg_node} | ${vpp_node} |