diff options
Diffstat (limited to 'tests/func/honeycomb/__init__.robot')
-rw-r--r-- | tests/func/honeycomb/__init__.robot | 2 |
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} |