Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_replace_module.xml
diff --git a/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/editConfig_replace_module.xml b/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/editConfig_replace_module.xml
new file mode 100644 (file)
index 0000000..ed3ff6a
--- /dev/null
@@ -0,0 +1,16 @@
+<rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+    <edit-config>
+        <target>
+            <candidate/>
+        </target>
+        <config xmlns="top:level:namespace">
+            <modules>
+                <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl"
+                        operation="replace">
+                    <type xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">impl-dep</type>
+                    <name>dep</name>
+                </module>
+            </modules>
+        </config>
+    </edit-config>
+</rpc>