diff options
author | selias <samelias@cisco.com> | 2017-07-07 15:28:48 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-07-20 12:59:27 +0000 |
commit | 835cb6439afb359dc2ebef02355314c4bebde75e (patch) | |
tree | 38d846a8f46c4d5e1c0ac88f9eeca9a9d9e59513 /resources/libraries/robot | |
parent | 912acb80b6607a6b904242a0ec695c874580bd02 (diff) |
HC Test: bugfixes for hc2vpp ODL jobs
- add shutdown check for ODL client in teardown
- stop VPP in teardown
- add delay after HC startup
HC features load asynchronously, no way to check if they're all running.
Change-Id: I9d2c51b68ba51284d2d409a77d6cd9fd478e1725
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/honeycomb.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/libraries/robot/honeycomb/honeycomb.robot b/resources/libraries/robot/honeycomb/honeycomb.robot index d0f9f0fbf6..1b08e3955f 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -41,6 +41,7 @@ | | Start honeycomb on DUTs | @{duts} | | Wait until keyword succeeds | 4min | 16sec | | ... | Check honeycomb startup state | @{duts} +| | Sleep | 5s | Make sure all modules are loaded and ready. | Stop Honeycomb service on DUTs | | [Documentation] | *Cleanup environment after honeycomb testing.* @@ -247,8 +248,11 @@ | | Run Keyword If | '${use_odl_client}' != '${NONE}' | | ... | Run Keywords | | ... | Stop ODL Client | ${node} | /tmp | AND +| | ... | Wait until keyword succeeds | 2min | 15sec +| | ... | Check ODL shutdown state | ${node} | AND | | ... | Set Global Variable | ${use_odl_client} | ${NONE} | | Stop Honeycomb service on DUTs | ${node} +| | Stop VPP Service on DUT | ${node} | Enable Honeycomb Feature | | [Documentation] | Enable the specified feature in Honeycomb configuration. @@ -320,3 +324,4 @@ | | [Arguments] | ${node} | | Log Honeycomb and VPP process distribution on cores | ${node} | | Stop Honeycomb service on DUTs | ${node} +| | Stop VPP Service on DUT | ${node} |