Unit Test for md-sal netconf northbound mapping.
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / editConfig_merge_multiple_after_more_complex_merge.xml
diff --git a/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/editConfig_merge_multiple_after_more_complex_merge.xml b/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/editConfig_merge_multiple_after_more_complex_merge.xml
new file mode 100644 (file)
index 0000000..496cfdb
--- /dev/null
@@ -0,0 +1,26 @@
+<!--
+  ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+  ~
+  ~ This program and the accompanying materials are made available under the
+  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
+  -->
+
+<rpc-reply a="64" id="a" message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlnx="a:b:c:d">
+<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+    <mapping-nodes xmlns="urn:opendaylight:mdsal:mapping:test">
+        <mapping-node>
+            <id>node1-merge</id>
+            <content>overwritten old content node1</content>
+        </mapping-node>
+        <mapping-node>
+            <id>node2-merge</id>
+            <content>overwritten old content node2</content>
+        </mapping-node>
+        <mapping-node>
+            <id>new-node4</id>
+            <content>new node4 content</content>
+        </mapping-node>
+    </mapping-nodes>
+</data>
+</rpc-reply>
\ No newline at end of file