aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-09-29 15:31:06 +0200
committerselias <samelias@cisco.com>2017-10-11 15:48:59 +0200
commit5a02dd13563a5c67e336f04eb526cbea206da29b (patch)
treecd4806d4a3d1ea1502aee26a1d743c100262063a /resources/templates
parentbdfca054d8425a57496cca8308da36c118b5340f (diff)
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 <samelias@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/honeycomb/config_bgp_peer.url1
-rw-r--r--resources/templates/honeycomb/config_bgp_route.url1
-rw-r--r--resources/templates/honeycomb/oper_bgp.url1
3 files changed, 3 insertions, 0 deletions
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