Bug 7172: Update expected response 98/48798/1
authorVratko Polak <vrpolak@cisco.com>
Tue, 29 Nov 2016 16:23:27 +0000 (17:23 +0100)
committerVratko Polak <vrpolak@cisco.com>
Tue, 29 Nov 2016 16:23:27 +0000 (17:23 +0100)
This should fix Missing_Message_ID_Attribute test case of MDSAL netconf suite.
Currently only in Carbon, will add stream dependence if the fix is not cherry-picked.

Change-Id: I3c749d219f79d0189e01932ecc66a90807dce07e
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/variables/netconf/MDSAL/missing-attr-reply.msg

index a9a491539b3726ed516712bb571bd1aa0409ae11..df78cb5a38013cba20c90ee94c37803629088d73 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <rpc-error>
-<error-type>protocol</error-type>
+<error-type>rpc</error-type>
 <error-tag>missing-attribute</error-tag>
 <error-severity>error</error-severity>
-<error-message>Missing attributerpc</error-message>
+<error-message>Missing attribute rpc</error-message>
 <error-info>
-<missing_attribute>message-id</missing_attribute>
+<bad-attribute>message-id</bad-attribute>
+<bad-element>rpc</bad-element>
 </error-info>
 </rpc-error>
 </rpc-reply>