aboutsummaryrefslogtreecommitdiffstats
path: root/tests/func/honeycomb
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-05-02 09:54:02 +0200
committerSamuel Eliáš <samelias@cisco.com>2017-05-03 15:29:22 +0000
commit919b7cb359cc8fd06ca8cc7a651391ac6aa03f20 (patch)
tree3a558568fd56657faa62296b9a9d40e0d48b0364 /tests/func/honeycomb
parent631b366985355cbe41a243a87b06eda75cdd2c42 (diff)
HC Test: Update honeycomb suite setup
- remove workaround for jVPP version mismatch - increase Java API command timeout Change-Id: Ic6a61ff029cc7cdfec1f75890e18599e3b05f019 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'tests/func/honeycomb')
-rw-r--r--tests/func/honeycomb/__init__.robot2
1 files changed, 1 insertions, 1 deletions
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}