From 0ad79235c1fc9cd6c8d7a5e894c4d69490afda3c Mon Sep 17 00:00:00 2001 From: selias Date: Wed, 12 Apr 2017 11:08:47 +0200 Subject: HC Test: update URL paths with ODL mountpoint other minor fixes: - update teardown keyword in proxyARP suite - increase timeout for SLAAC traffic test Change-Id: Ia16d096c54ceac501a24d5d910dd18e33d900d2a Signed-off-by: selias --- resources/templates/honeycomb/config_proxyarp_ranges.url | 2 +- resources/templates/honeycomb/config_routing_table.url | 2 +- resources/templates/honeycomb/oper_routing_table.url | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/templates/honeycomb/config_proxyarp_ranges.url b/resources/templates/honeycomb/config_proxyarp_ranges.url index 9de2db6ca1..2ac0b6528c 100644 --- a/resources/templates/honeycomb/config_proxyarp_ranges.url +++ b/resources/templates/honeycomb/config_proxyarp_ranges.url @@ -1 +1 @@ -/restconf/config/proxy-arp:proxy-ranges \ No newline at end of file +/restconf/config{odl_url_part}/proxy-arp:proxy-ranges \ No newline at end of file diff --git a/resources/templates/honeycomb/config_routing_table.url b/resources/templates/honeycomb/config_routing_table.url index 9c15c49912..f3b846f8a3 100644 --- a/resources/templates/honeycomb/config_routing_table.url +++ b/resources/templates/honeycomb/config_routing_table.url @@ -1 +1 @@ -/restconf/config/hc2vpp-ietf-routing:routing/routing-instance/vpp-routing-instance/routing-protocols \ No newline at end of file +/restconf/config{odl_url_part}/hc2vpp-ietf-routing:routing/routing-instance/vpp-routing-instance/routing-protocols \ No newline at end of file diff --git a/resources/templates/honeycomb/oper_routing_table.url b/resources/templates/honeycomb/oper_routing_table.url index 0b34793d70..8096dcb69e 100644 --- a/resources/templates/honeycomb/oper_routing_table.url +++ b/resources/templates/honeycomb/oper_routing_table.url @@ -1 +1 @@ -/restconf/operational/hc2vpp-ietf-routing:routing-state/routing-instance/vpp-routing-instance/routing-protocols \ No newline at end of file +/restconf/operational{odl_url_part}/hc2vpp-ietf-routing:routing-state/routing-instance/vpp-routing-instance/routing-protocols \ No newline at end of file -- cgit 1.2.3-korg