From 4f4eaa1d52f3bdbe3caecdc1d6a024c369a2834a Mon Sep 17 00:00:00 2001 From: selias Date: Tue, 7 Mar 2017 15:42:02 +0100 Subject: CSIT-536 HC Test: support testing with ODL client Reuses existing restconf test cases to test Honeycomb's netconf interface. When seding the requests to ODL's Honeycomb mountpoint, ODL translates these requests to netconf RPCs. Add new tag "honeycomb_odl" that excludes incompatible test cases. Change-Id: Ie293449da0129b02db85e30aa4f3266928d7d9f6 Signed-off-by: selias --- resources/templates/honeycomb/oper_vpp_interfaces.url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/templates/honeycomb/oper_vpp_interfaces.url') diff --git a/resources/templates/honeycomb/oper_vpp_interfaces.url b/resources/templates/honeycomb/oper_vpp_interfaces.url index de6f950c0d..cae9e41b68 100644 --- a/resources/templates/honeycomb/oper_vpp_interfaces.url +++ b/resources/templates/honeycomb/oper_vpp_interfaces.url @@ -1 +1 @@ -/restconf/operational/ietf-interfaces:interfaces-state \ No newline at end of file +/restconf/operational{odl_url_part}/ietf-interfaces:interfaces-state \ No newline at end of file -- cgit 1.2.3-korg