Move netconf{-client,impl,util} to protocol/
[netconf.git] / protocol / netconf-impl / src / test / resources / messages / rpc.xml
diff --git a/protocol/netconf-impl/src/test/resources/messages/rpc.xml b/protocol/netconf-impl/src/test/resources/messages/rpc.xml
new file mode 100644 (file)
index 0000000..5de3de1
--- /dev/null
@@ -0,0 +1,8 @@
+<rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+    <no-arg xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
+        <context-instance>/modules/module[type='impl-netconf' and name='instance-from-code']</context-instance>
+        <arg1>
+            testarg1
+        </arg1>
+    </no-arg>
+</rpc>