Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_remove.xml
1 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <edit-config>
3         <target>
4             <candidate/>
5         </target>
6         <default-operation>none</default-operation>
7         <config>
8             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
9                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
10                         nc:operation="remove">
11                     <name>instance-from-code_dep</name>
12                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
13                         test-impl:impl-dep
14                     </type>
15                 </module>
16
17
18                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
19                         nc:operation="remove">
20                     <name>dep</name>
21                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
22                         test-impl:impl-dep
23                     </type>
24                 </module>
25
26                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
27                         nc:operation="remove">
28                     <name>dep2</name>
29                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
30                         test-impl:impl-dep
31                     </type>
32                 </module>
33
34                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
35                         nc:operation="remove">
36                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
37                         test-impl:impl-netconf
38                     </type>
39                     <name>instance-from-code</name>
40                 </module>
41
42                 <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
43                         nc:operation="remove">
44                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
45                         test-impl:impl-netconf
46                     </type>
47                     <name>test2</name>
48                 </module>
49             </modules>
50         </config>
51     </edit-config>
52 </rpc>