From 442a2a7b0dfd2f1cd5a4ba03fb91ed32c96f8965 Mon Sep 17 00:00:00 2001 From: selias Date: Tue, 15 Aug 2017 19:33:50 +0200 Subject: CSIT-775 HC Test: CRUD over IPv6 control-plane interface Adds new test suite which accesses Honeycomb's Restconf and Netconf northbound over IPv6. This is done by sending the requests to TG where an IPv4 to IPv6 tunnel is configured to the Honeycomb DUT. Change-Id: I3b7467d8108b0da9756e632851215c66ed41bb61 Signed-off-by: selias --- resources/libraries/python/honeycomb/HoneycombUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/honeycomb/HoneycombUtil.py') diff --git a/resources/libraries/python/honeycomb/HoneycombUtil.py b/resources/libraries/python/honeycomb/HoneycombUtil.py index 86feb78d94..b7338d3ed8 100644 --- a/resources/libraries/python/honeycomb/HoneycombUtil.py +++ b/resources/libraries/python/honeycomb/HoneycombUtil.py @@ -448,7 +448,7 @@ class HoneycombUtil(object): if not perf: cmd = "cp /tmp/honeycomb.log /scratch/" - ssh.exec_command_sudo(cmd) + ssh.exec_command_sudo(cmd, timeout=60) else: ssh.scp( ".", -- cgit 1.2.3-korg