summaryrefslogtreecommitdiffstats
path: root/cps-service/src/test/resources/test-tree.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-12-22 15:46:16 +0000
committerGerrit Code Review <gerrit@onap.org>2022-12-22 15:46:16 +0000
commit8119a0634b900e15a0d99eb3b1993bb59546127c (patch)
treec56c2320cf0791b6c75ea02774fca824aa59bbf1 /cps-service/src/test/resources/test-tree.xml
parentcd02dc580f1a83d4ce05c7b1eedea88593fac5df (diff)
parent6ce84d98f68b45f02f16dc99423670f4a53fd946 (diff)
Merge "XML content on create anchors node support"
Diffstat (limited to 'cps-service/src/test/resources/test-tree.xml')
-rw-r--r--cps-service/src/test/resources/test-tree.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/cps-service/src/test/resources/test-tree.xml b/cps-service/src/test/resources/test-tree.xml
new file mode 100644
index 0000000000..3daa814cf6
--- /dev/null
+++ b/cps-service/src/test/resources/test-tree.xml
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+ <test-tree xmlns="org:onap:cps:test:test-tree">
+ <branch>
+ <name>Left</name>
+ <nest>
+ <name>Small</name>
+ <birds>Sparrow</birds>
+ <birds>Robin</birds>
+ <birds>Finch</birds>
+ </nest>
+ </branch>
+ <branch>
+ <name>Right</name>
+ <nest>
+ <name>Big</name>
+ <birds>Owl</birds>
+ <birds>Raven</birds>
+ <birds>Crow</birds>
+ </nest>
+ </branch>
+ <fruit>
+ <name>Apple</name>
+ <color>Green</color>
+ </fruit>
+ </test-tree>
+</data>