From 5a02dd13563a5c67e336f04eb526cbea206da29b Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 29 Sep 2017 15:31:06 +0200 Subject: CSIT-811 HC Test: BGP tests - IPv4 CRUD Tests configure BGP neighbor peers and simple routes for these peers. Change-Id: I5102986d710551a451e838d934cc9650bcd38a60 Signed-off-by: selias --- resources/templates/honeycomb/config_bgp_peer.url | 1 + resources/templates/honeycomb/config_bgp_route.url | 1 + resources/templates/honeycomb/oper_bgp.url | 1 + 3 files changed, 3 insertions(+) create mode 100644 resources/templates/honeycomb/config_bgp_peer.url create mode 100644 resources/templates/honeycomb/config_bgp_route.url create mode 100644 resources/templates/honeycomb/oper_bgp.url (limited to 'resources/templates/honeycomb') diff --git a/resources/templates/honeycomb/config_bgp_peer.url b/resources/templates/honeycomb/config_bgp_peer.url new file mode 100644 index 0000000000..b5f0666f07 --- /dev/null +++ b/resources/templates/honeycomb/config_bgp_peer.url @@ -0,0 +1 @@ +/restconf/config{odl_url_part}/openconfig-network-instance:network-instances/network-instance/global-bgp/openconfig-network-instance:protocols/protocol/openconfig-policy-types:BGP/hc-bgp-instance/bgp/ \ No newline at end of file diff --git a/resources/templates/honeycomb/config_bgp_route.url b/resources/templates/honeycomb/config_bgp_route.url new file mode 100644 index 0000000000..71d7f0a250 --- /dev/null +++ b/resources/templates/honeycomb/config_bgp_route.url @@ -0,0 +1 @@ +/restconf/config{odl_url_part}/bgp-rib:application-rib/ \ No newline at end of file diff --git a/resources/templates/honeycomb/oper_bgp.url b/resources/templates/honeycomb/oper_bgp.url new file mode 100644 index 0000000000..c2f90863c4 --- /dev/null +++ b/resources/templates/honeycomb/oper_bgp.url @@ -0,0 +1 @@ +/restconf/operational{odl_url_part}/bgp-rib:bgp-rib/rib/hc-bgp-instance/ \ No newline at end of file -- cgit 1.2.3-korg