Refactoring MDSAL to use the cars/people model
[integration/test.git] / csit / variables / netconf / MDSAL / merge-multiple-edit-request.msg
1 <rpc message-id="abc" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2 <edit-config>
3     <target>
4         <candidate/>
5     </target>
6     <test-option>
7         set
8     </test-option>
9     <default-operation>merge</default-operation>
10     <config>
11       <cars xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car">
12         <car-entry>
13           <id>test</id>
14           <model>Dixi</model>
15           <manufacturer>BMW</manufacturer>
16           <year>1928</year>
17         </car-entry>
18       </cars>
19     </config>
20 </edit-config>
21 </rpc>