diff options
author | Tibor Frank <tifrank@cisco.com> | 2016-05-10 14:50:41 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-05-11 10:36:20 +0000 |
commit | c37f394a29165f839c3032e7f9485e35fb3307f2 (patch) | |
tree | 41d9bb9d7ef32cb6b1350186272ed0a4c9e4eb05 /resources/libraries/robot/honeycomb/honeycomb.robot | |
parent | 452fabf532691f88b36b79bf2469afde18183de2 (diff) |
Move Honeycomb libraries to honeycomb subdirectory.
- move all Honeycomb related libraries written in python to new
directory resources/libraries/python/honeycomb
- update all related includes in all source files
Change-Id: Ifa96b8f670b456b14421929d6020ddf8e02d9cbc
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/honeycomb.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/honeycomb.robot | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/libraries/robot/honeycomb/honeycomb.robot b/resources/libraries/robot/honeycomb/honeycomb.robot index 54aff2febf..c71d6a7257 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -12,9 +12,8 @@ # limitations under the License. *** Settings *** -| Library | resources/libraries/python/HoneycombSetup.py -| Library | resources/libraries/python/HoneycombUtil.py -| Library | resources/libraries/python/HTTPRequest.py +| Library | resources/libraries/python/honeycomb/HoneycombSetup.py +| Library | resources/libraries/python/honeycomb/HoneycombUtil.py *** Keywords *** | Setup Honeycomb service on DUTs |