From 919b7cb359cc8fd06ca8cc7a651391ac6aa03f20 Mon Sep 17 00:00:00 2001 From: selias Date: Tue, 2 May 2017 09:54:02 +0200 Subject: HC Test: Update honeycomb suite setup - remove workaround for jVPP version mismatch - increase Java API command timeout Change-Id: Ic6a61ff029cc7cdfec1f75890e18599e3b05f019 Signed-off-by: selias --- tests/func/honeycomb/__init__.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/func/honeycomb/__init__.robot b/tests/func/honeycomb/__init__.robot index 086660bfc3..39e78af9cd 100644 --- a/tests/func/honeycomb/__init__.robot +++ b/tests/func/honeycomb/__init__.robot @@ -28,11 +28,11 @@ *** Keywords *** | Configure Honeycomb for testing | | [Arguments] | ${node} -| | Copy Java Libraries | ${node} | | Configure Restconf binding address | ${node} | | Enable Module Features | ${node} | | Configure Log Level | ${node} | TRACE | | Configure Persistence | ${node} | disable +| | Configure jVPP timeout | ${node} | ${14} | | Clear Persisted Honeycomb Configuration | ${node} | | Setup Honeycomb Service On DUTs | ${node} | | ${use_odl_client}= | Find ODL client on node | ${node} -- cgit 1.2.3-korg