diff options
author | selias <samelias@cisco.com> | 2017-10-05 12:19:55 +0200 |
---|---|---|
committer | selias <samelias@cisco.com> | 2017-10-05 16:41:04 +0200 |
commit | 08e35e37f7ad3394cea86c22ab7ffd990651c112 (patch) | |
tree | 25f0bd3ac2efdd72c184dc3850ada9bec1a61736 /resources/libraries/robot | |
parent | 22fe84cf9058e189165802c68ce14b96e06e5947 (diff) |
HC Test: remove log check from HC startup
- remove log check from "Check Honeycomb Startup State" keyword
- fix workaround for ODL startup issue
- change log level for HttpRequestError so it doesn't clutter
log.html output
- update EXPECTED_FAILING tags for plugin-acl and routing suites
Change-Id: I7380d24801a6535bdf77505edada39ea2412e833
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/honeycomb.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/robot/honeycomb/honeycomb.robot b/resources/libraries/robot/honeycomb/honeycomb.robot index a2be0c7e8d..fa5cea7978 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -188,6 +188,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} |