Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / handshake / client_hello_with_wrong_namespace.xml
diff --git a/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/handshake/client_hello_with_wrong_namespace.xml b/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/handshake/client_hello_with_wrong_namespace.xml
new file mode 100644 (file)
index 0000000..3f32f60
--- /dev/null
@@ -0,0 +1,5 @@
+<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.1">
+    <capabilities>
+        <capability>urn:ietf:params:netconf:base:1.0</capability>
+    </capabilities>
+</hello>