Merge "Bug 116 - Revisit SanityTest"
[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             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
26                 <service>
27                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">prefix:threadfactory</type>
28                     <instance>
29                         <name>user_to_instance_from_code</name>
30                         <provider>
31                             /modules/module[type='threadfactory-naming'][name='threadfactory-naming-instance']</provider>
32                     </instance>
33                 </service>
34             </services>
35         </config>
36     </edit-config>
37 </rpc>