From 1e604c6f72e64b995677bc8678bc6e6ac1a03b4b Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 27 Oct 2017 16:26:02 +0200 Subject: HC Test: Fix missing import in performance job setup Change-Id: Ib125fbaf38e2a10892d2bbaf4cd68121dd2247ce Signed-off-by: selias (cherry picked from commit 58e4d6220bc0486bedec49bfec3adfd0389d9a87) --- resources/libraries/robot/honeycomb/honeycomb.robot | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg