From a1383e569b184808780fbe0405402dea584902a9 Mon Sep 17 00:00:00 2001 From: selias Date: Mon, 21 Mar 2016 13:06:49 +0100 Subject: Setup and check honeycomb on all DUTs - methods implementing HTTP requests (PUT,GET,POST,DELETE) - methods for parsing HTTP responses - methods for honeycomb setup on DUT - updated constants.py - keywords for honeycomb setup and communication - simple honeycomb sanity test (not enabled for jenkins job runs) Change-Id: I589f0ca56cc01072b92fe9363aed16a4098aee40 Signed-off-by: selias --- resources/templates/honeycomb/add_vpp_to_topology.xml | 9 +++++++++ resources/templates/honeycomb/config_topology.url | 1 + resources/templates/honeycomb/config_topology_node.url | 1 + resources/templates/honeycomb/vpp_version.url | 1 + 4 files changed, 12 insertions(+) create mode 100644 resources/templates/honeycomb/add_vpp_to_topology.xml create mode 100644 resources/templates/honeycomb/config_topology.url create mode 100644 resources/templates/honeycomb/config_topology_node.url create mode 100644 resources/templates/honeycomb/vpp_version.url (limited to 'resources/templates/honeycomb') diff --git a/resources/templates/honeycomb/add_vpp_to_topology.xml b/resources/templates/honeycomb/add_vpp_to_topology.xml new file mode 100644 index 0000000000..46a84f28e8 --- /dev/null +++ b/resources/templates/honeycomb/add_vpp_to_topology.xml @@ -0,0 +1,9 @@ + + {vpp_host} + {vpp_ip} + {vpp_port} + {user} + {passwd} + false + 0 + \ No newline at end of file diff --git a/resources/templates/honeycomb/config_topology.url b/resources/templates/honeycomb/config_topology.url new file mode 100644 index 0000000000..e76f47ce8c --- /dev/null +++ b/resources/templates/honeycomb/config_topology.url @@ -0,0 +1 @@ +/restconf/config/network-topology:network-topology/topology/topology-netconf \ No newline at end of file diff --git a/resources/templates/honeycomb/config_topology_node.url b/resources/templates/honeycomb/config_topology_node.url new file mode 100644 index 0000000000..89b7aa851e --- /dev/null +++ b/resources/templates/honeycomb/config_topology_node.url @@ -0,0 +1 @@ +/restconf/config/network-topology:network-topology/topology/topology-netconf/node \ No newline at end of file diff --git a/resources/templates/honeycomb/vpp_version.url b/resources/templates/honeycomb/vpp_version.url new file mode 100644 index 0000000000..59759be8ea --- /dev/null +++ b/resources/templates/honeycomb/vpp_version.url @@ -0,0 +1 @@ +/restconf/operational/v3po:vpp-state/version \ No newline at end of file -- cgit 1.2.3-korg