Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / mount / editConfig_merge_threadfactory.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         <config>
10             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
11                 <module
12                         xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
13                         nc:operation="merge">
14                     <name>threadfactory-naming-instance</name>
15                     <type
16                             xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
17                         th-java:threadfactory-naming
18                     </type>
19                     <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
20                         prefixDefinedInXML
21                     </name-prefix>
22                 </module>
23             </modules>
24
25             <mountpoints>
26                 <mountpoint>
27                     <id>localhost:12002</id>
28                     <config>
29                         <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
30                             <module
31                                     xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
32                                     nc:operation="merge">
33                                 <name>threadfactory-naming-instance</name>
34                                 <type
35                                         xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
36                                     th-java:threadfactory-naming
37                                 </type>
38                                 <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
39                                     prefixDefinedInXML
40                                 </name-prefix>
41                             </module>
42                         </modules>
43                     </config>
44                 </mountpoint>
45                 <mountpoint>
46                     <id>localhost:12003</id>
47                     <config>
48                         <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
49                             <module
50                                     xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
51                                     nc:operation="replace">
52                                 <name>threadfactory-naming-instance</name>
53                                 <type
54                                         xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
55                                     th-java:threadfactory-naming
56                                 </type>
57                                 <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
58                                     prefixDefinedInXML
59                                 </name-prefix>
60                             </module>
61                         </modules>
62                     </config>
63                 </mountpoint>
64             </mountpoints>
65         </config>
66
67     </edit-config>
68 </rpc>