Delete netconf
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_removeUnknownInstance.xml
diff --git a/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/editConfig_removeUnknownInstance.xml b/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/editConfig_removeUnknownInstance.xml
deleted file mode 100644 (file)
index 902db66..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
-  ~ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
-  ~
-  ~ This program and the accompanying materials are made available under the
-  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
-  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
-  -->
-
-<rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-    <edit-config>
-        <target>
-            <candidate/>
-        </target>
-        <test-option>
-            test-then-set
-        </test-option>
-        <default-operation>none</default-operation>
-        <config>
-
-            <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
-                <service>
-                    <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
-                    <instance xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" a:operation="delete">
-                        <name>i_dont_exist</name>
-                        <provider>/modules/module[type='impl-dep'][name='instance-from-code_dep']
-                        </provider>
-                    </instance>
-                </service>
-            </services>
-        </config>
-    </edit-config>
-</rpc>