From abd1c00c657242ac481526d7cccfb53b5a8d86bd Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Wed, 9 May 2018 14:00:53 +0200 Subject: HC2VPP-253 - Update routing csit jobs this fixes test failures caused by HC2VPP routing models bump (https://gerrit.fd.io/r/#/c/10954) - updates tests for bgp routing - updates tests for routing - updates SLAAC test because of changes in rt-advertisements Change-Id: Iacc37b42e6523f440d77241c18ca8e61d1d01f23 Signed-off-by: Michal Cmarada --- resources/templates/honeycomb/config_routing_table.url | 2 +- resources/templates/honeycomb/config_slaac.url | 2 +- resources/templates/honeycomb/oper_routing_table.url | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/templates') diff --git a/resources/templates/honeycomb/config_routing_table.url b/resources/templates/honeycomb/config_routing_table.url index f3b846f8a3..2e484d9cfd 100644 --- a/resources/templates/honeycomb/config_routing_table.url +++ b/resources/templates/honeycomb/config_routing_table.url @@ -1 +1 @@ -/restconf/config{odl_url_part}/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/control-plane-protocols \ No newline at end of file diff --git a/resources/templates/honeycomb/config_slaac.url b/resources/templates/honeycomb/config_slaac.url index 5b363ffa8b..d74c35ec3c 100644 --- a/resources/templates/honeycomb/config_slaac.url +++ b/resources/templates/honeycomb/config_slaac.url @@ -1 +1 @@ -/restconf/config{odl_url_part}/hc2vpp-ietf-routing:routing/routing-instance/vpp-routing-instance/interfaces/ \ No newline at end of file +/restconf/config{odl_url_part}/ietf-interfaces:interfaces/ \ 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 8096dcb69e..1206301186 100644 --- a/resources/templates/honeycomb/oper_routing_table.url +++ b/resources/templates/honeycomb/oper_routing_table.url @@ -1 +1 @@ -/restconf/operational{odl_url_part}/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/control-plane-protocols \ No newline at end of file -- cgit 1.2.3-korg