Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_removeServiceNameOnTest.xml
1 <!--
2   ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8
9 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
10     <edit-config>
11         <target>
12             <candidate/>
13         </target>
14         <test-option>
15             test-then-set
16         </test-option>
17         <default-operation>none</default-operation>
18         <config>
19
20             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
21                 <service>
22                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
23                     <instance xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" a:operation="delete">
24                         <name>ref_dep_user_another</name>
25                         <provider>/modules/module[type='impl-dep'][name='instance-from-code_dep']
26                         </provider>
27                     </instance>
28                 </service>
29             </services>
30         </config>
31     </edit-config>
32 </rpc>