Introducing simple merge strategy for config subsystem
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_merge_multiple-deps2.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <rpc message-id="6"
3      xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
4   <edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
5     <target>
6       <candidate/>
7     </target>
8     <default-operation>merge</default-operation>
9     <test-option>set</test-option>
10     <config>
11       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
12         <module>
13           <name>d3</name>
14           <type xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:test:impl">th-java:multiple-dependencies</type>
15         </module>
16         <module>
17           <name>parent</name>
18           <type xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:test:impl">th-java:multiple-dependencies</type>
19           <multiple-dependencies xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
20             <testing-deps>
21               <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
22               <name>ref_d3</name>
23             </testing-deps>
24           </multiple-dependencies>
25         </module>
26       </modules>
27       <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
28         <service>
29           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
30           <instance>
31             <name>ref_d3</name>
32             <provider>/modules/module[type='multiple-dependencies'][name='d3']
33             </provider>
34           </instance>
35         </service>
36       </services>
37     </config>
38   </edit-config>
39 </rpc>