diff options
author | selias <samelias@cisco.com> | 2017-10-27 16:26:02 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-10-27 14:36:28 +0000 |
commit | 58e4d6220bc0486bedec49bfec3adfd0389d9a87 (patch) | |
tree | 286e732fb92eb2f1f9ccd1a88878511cd687608a /resources/libraries/robot/honeycomb | |
parent | 3521fc67f0a2be28807c23038887e11da094bfaf (diff) |
HC Test: Fix missing import in performance job setup
Change-Id: Ib125fbaf38e2a10892d2bbaf4cd68121dd2247ce
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb')
-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 cb2e58e2fc..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 |