Merge "Updated xpath pointing to a module instance under services subtree."
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / threadpool-edit-config.xml
1 <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <edit-config>
3         <target>
4             <candidate/>
5         </target>
6         <config>
7             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
8                 <module
9                         xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
10                         nc:operation="merge">
11                     <name>threadfactory-naming-instance</name>
12                     <type
13                             xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
14                         th-java:threadfactory-naming
15                     </type>
16                     <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
17                         prefixDefinedInXML
18                     </name-prefix>
19                 </module>
20             </modules>
21         </config>
22     </edit-config>
23 </rpc>