Rename mdsal-netconf-connector to netconf-server-mdsal
[netconf.git] / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / copyConfigs / copyConfig_delete.xml
diff --git a/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/copyConfigs/copyConfig_delete.xml b/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/copyConfigs/copyConfig_delete.xml
deleted file mode 100644 (file)
index e9bdf41..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
-  ~ Copyright (c) 2018 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">
-    <copy-config>
-        <target>
-            <candidate/>
-        </target>
-        <source>
-            <config>
-                <mapping-nodes xmlns="urn:opendaylight:mdsal:mapping:test">
-                    <mapping-node>
-                        <id>node1</id>
-                        <content>content1</content>
-                    </mapping-node>
-                </mapping-nodes>
-            </config>
-        </source>
-    </copy-config>
-</rpc>
\ No newline at end of file