Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_merge_multiple-deps1.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>d1</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>d2</name>
18           <type xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:test:impl">th-java:multiple-dependencies</type>
19         </module>
20         <module>
21           <name>parent</name>
22           <type xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:test:impl">th-java:multiple-dependencies</type>
23
24           <multiple-dependencies xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
25             <testing-deps>
26               <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
27               <name>ref_d1</name>
28             </testing-deps>
29             <testing-deps>
30               <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
31               <name>ref_d2</name>
32             </testing-deps>
33           </multiple-dependencies>
34
35         </module>
36
37       </modules>
38
39       <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
40         <service>
41           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
42           <instance>
43             <name>ref_d1</name>
44             <provider>/modules/module[type='multiple-dependencies'][name='d1']
45             </provider>
46           </instance>
47         </service>
48         <service>
49           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
50           <instance>
51             <name>ref_d2</name>
52             <provider>/modules/module[type='multiple-dependencies'][name='d2']
53             </provider>
54           </instance>
55         </service>
56       </services>
57     </config>
58   </edit-config>
59 </rpc>