Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_merge_yang-test.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>impl-dep-instance</name>
16                     <type
17                             xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:test:impl">th-java:impl-dep
18                     </type>
19                 </module>
20             </modules>
21         </config>
22     </edit-config>
23 </rpc>