Integration test added to netconf-it to test identity (de)serialization.
[controller.git] / opendaylight / netconf / netconf-it / src / test / resources / netconfMessages / getConfig.xml
diff --git a/opendaylight/netconf/netconf-it/src/test/resources/netconfMessages/getConfig.xml b/opendaylight/netconf/netconf-it/src/test/resources/netconfMessages/getConfig.xml
new file mode 100644 (file)
index 0000000..39efb49
--- /dev/null
@@ -0,0 +1,7 @@
+<rpc id="a" a="64" xmlnx="a:b:c:d" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
+    <get-config>
+        <source>
+            <running/>
+        </source>
+    </get-config>
+</rpc>