Rename mdsal-netconf-connector to netconf-server-mdsal
[netconf.git] / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / copyConfigs / copyConfig_ordered_list_setup_control.xml
diff --git a/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/copyConfigs/copyConfig_ordered_list_setup_control.xml b/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/copyConfigs/copyConfig_ordered_list_setup_control.xml
deleted file mode 100644 (file)
index 3212491..0000000
+++ /dev/null
@@ -1,39 +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-reply a="64" id="a" message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlnx="a:b:c:d">
-    <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-        <mapping-nodes xmlns="urn:opendaylight:mdsal:mapping:test">
-            <mapping-node>
-                <id>id</id>
-                <ordered-items>
-                    <ordered-item>
-                        <id>item1</id>
-                        <content>content1</content>
-                    </ordered-item>
-                    <ordered-item>
-                        <id>item2</id>
-                        <content>content2</content>
-                    </ordered-item>
-                    <ordered-item>
-                        <id>item3</id>
-                        <content>content3</content>
-                    </ordered-item>
-                    <ordered-item>
-                        <id>item4</id>
-                        <content>content4</content>
-                    </ordered-item>
-                    <ordered-item>
-                        <id>item5</id>
-                        <content>content5</content>
-                    </ordered-item>
-                </ordered-items>
-            </mapping-node>
-        </mapping-nodes>
-    </data>
-</rpc-reply>
\ No newline at end of file