Detect bug 5125
[integration/test.git] / csit / variables / netconf / MDSAL / merge-nonexistent-namespace-request.msg
1 <rpc message-id="2" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2   <edit-config>
3     <target>
4       <candidate/>
5     </target>
6     <default-operation>merge</default-operation>
7     <config>
8       <does-not-exist xmlns="urn:this:is:in:a:nonexistent:namespace">
9         <entry>
10           <id>TOY001</id>
11           <name>Some Toy</name>
12           <year>2016</year>
13           <category>toys</category>
14         </entry>
15       </does-not-exist>
16     </config>
17   </edit-config>
18 </rpc>