X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fhoneycomb%2Fhoneycomb.robot;h=165dbc036bb33063d0315b55ebc81f8138ddc503;hp=a2be0c7e8d033d4eb4e9a23e48bcf9dd152db949;hb=58e4d6220bc0486bedec49bfec3adfd0389d9a87;hpb=0513ce5642dcf58b21f9b77d6b50e4e9a7a94f04 diff --git a/resources/libraries/robot/honeycomb/honeycomb.robot b/resources/libraries/robot/honeycomb/honeycomb.robot index a2be0c7e8d..165dbc036b 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -17,6 +17,7 @@ | Library | resources.libraries.python.honeycomb.HcPersistence | Library | resources.libraries.python.DUTSetup | Library | resources.libraries.python.InterfaceUtil +| Resource | resources/libraries/robot/shared/default.robot *** Keywords *** | Configure Honeycomb service on DUTs @@ -188,6 +189,7 @@ | | Configure Log Level | ${node} | TRACE | | Configure Persistence | ${node} | disable | | Configure jVPP timeout | ${node} | ${10} +| | Generate Honeycomb startup configuration for ODL test | ${node} | | Clear Persisted Honeycomb Configuration | ${node} | | Configure Honeycomb service on DUTs | ${node} @@ -283,19 +285,6 @@ | | [arguments] | ${node} | ${feature} | | Manage Honeycomb Features | ${node} | ${feature} | disable=${True} -| Stop VPP Service on DUT -| | [Documentation] | Stop the VPP service on the specified node. -| | ... -| | ... | *Arguments:* -| | ... | - node - information about a DUT node. Type: dictionary -| | ... -| | ... | *Example:* -| | ... -| | ... | \| Stop VPP Service on DUT \| ${nodes['DUT1']} \| -| | ... -| | [Arguments] | ${node} -| | Stop VPP Service | ${node} - | Honeycomb Performance Suite Setup Generic | | [Documentation] | Generic test suite setup for Honeycomb performance tests. | | ... | Performs multiple attempts to start Honeycomb+VPP stack.