aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/HcAPIKwBridgeDomain.py
AgeCommit message (Collapse)AuthorFilesLines
2016-05-11Move Honeycomb libraries to honeycomb subdirectory.Tibor Frank1-329/+0
- 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>
2016-05-06Honeycomb API keywords - interface, bridge domainTibor Frank1-0/+329
- add keywords to manipulate data using Honeycomb REST API to configure interfaces and bridge domains - remove "add_vpp_to_honeycomb_network_topology" method from HoneycombSetup.py - remove "parse_json_response" from HoneycombUtil.py - add methods to manipulate data from Honeycomb REST API Change-Id: I5e6f87097fe9bfccffa3d4aae21f63281353cf29 Signed-off-by: Tibor Frank <tifrank@cisco.com>