Merge "Add service reference binding to config registry."
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / 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         <test-option>set</test-option>
10         <config>
11             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
12                 <module
13                         xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
14                         nc:operation="merge">
15                     <name>threadfactory-naming-instance</name>
16                     <type
17                             xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
18                         th-java:threadfactory-naming
19                     </type>
20                     <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
21                         prefixDefinedInXML
22                     </name-prefix>
23                 </module>
24             </modules>
25         </config>
26     </edit-config>
27 </rpc>