Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / org / opendaylight / controller / netconf / impl / notused / server_error_missing_attribute.xml
diff --git a/opendaylight/netconf/netconf-impl/src/test/resources/org/opendaylight/controller/netconf/impl/notused/server_error_missing_attribute.xml b/opendaylight/netconf/netconf-impl/src/test/resources/org/opendaylight/controller/netconf/impl/notused/server_error_missing_attribute.xml
new file mode 100644 (file)
index 0000000..c70184e
--- /dev/null
@@ -0,0 +1,11 @@
+<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+    <rpc-error>
+        <error-type>rpc</error-type>
+        <error-tag>missing-attribute</error-tag>
+        <error-severity>error</error-severity>
+        <error-info>
+            <bad-attribute>message-id</bad-attribute>
+            <bad-element>rpc</bad-element>
+        </error-info>
+    </rpc-error>
+</rpc-reply>