From fdb655956844979145ef8cf1c455ee336c41b437 Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 31 Mar 2017 11:47:53 +0200 Subject: HC Test: revert to using restconf over http - use http instead of https for restconf connection - add missing import to proxyARP robot library - use VAT interface dump to identify interfaces in VAT ip address dump Change-Id: Ic381ff3f9b56a6c633382450559134f5389956c2 Signed-off-by: selias --- resources/libraries/robot/honeycomb/proxyarp.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/libraries/robot/honeycomb') diff --git a/resources/libraries/robot/honeycomb/proxyarp.robot b/resources/libraries/robot/honeycomb/proxyarp.robot index b9e9b81215..745507a4c3 100644 --- a/resources/libraries/robot/honeycomb/proxyarp.robot +++ b/resources/libraries/robot/honeycomb/proxyarp.robot @@ -12,6 +12,7 @@ # limitations under the License. *** Settings *** +| Library | resources.libraries.python.honeycomb.proxyARP.ProxyARPKeywords | Library | resources.libraries.python.honeycomb.proxyARP.IPv6NDProxyKeywords | Documentation | Keywords used to test Honeycomb ARP proxy and IPv6ND proxy. -- cgit 1.2.3-korg