Delete netconf
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / editConfigs / editConfig_merge_multiple_operations_setup.xml
diff --git a/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/editConfigs/editConfig_merge_multiple_operations_setup.xml b/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/editConfigs/editConfig_merge_multiple_operations_setup.xml
deleted file mode 100644 (file)
index bdfe62a..0000000
+++ /dev/null
@@ -1,90 +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>
-            set
-        </test-option>
-        <default-operation>merge</default-operation>
-        <config>
-            <mapping-nodes xmlns="urn:opendaylight:mdsal:mapping:test">
-                <mapping-node>
-                    <id>node1-merge</id>
-                    <content>overwritten old content node1</content>
-                </mapping-node>
-                <mapping-node>
-                    <id>node2-merge</id>
-                    <content>overwritten old content node2</content>
-                </mapping-node>
-                <mapping-node>
-                    <id>new-node5</id>
-                    <content>new node5 content</content>
-                </mapping-node>
-                <mapping-node>
-                    <id>new-node6</id>
-                    <content>new node6 content</content>
-                </mapping-node>
-            </mapping-nodes>
-            <top xmlns="urn:opendaylight:mdsal:mapping:test">
-                <users>
-                    <user>
-                        <name>root</name>
-                        <type>superuser</type>
-                        <full-name>rooty root</full-name>
-                        <company-info>
-                            <dept>1</dept>
-                            <id>1</id>
-                        </company-info>
-                    </user>
-                    <user>
-                        <name>admin</name>
-                        <type>superuser</type>
-                        <full-name>johny admin</full-name>
-                        <company-info>
-                            <dept>2</dept>
-                            <id>2</id>
-                        </company-info>
-                    </user>
-                    <user>
-                        <name>regular</name>
-                        <type>user</type>
-                        <full-name>burt regular</full-name>
-                        <company-info>
-                            <dept>3</dept>
-                            <id>3</id>
-                        </company-info>
-                    </user>
-                </users>
-                <modules>
-                    <augmented-container>
-                        <identifier>augmented container</identifier>
-                    </augmented-container>
-                    <module>
-                        <id>module1</id>
-                        <type>type1</type>
-                        <desc>module1-desc</desc>
-                    </module>
-                    <module>
-                        <id>module2</id>
-                        <type>type1</type>
-                        <desc>module2-desc</desc>
-                    </module>
-                    <module>
-                        <id>module3</id>
-                        <type>unknown</type>
-                        <desc>module3-desc</desc>
-                    </module>
-                </modules>
-            </top>
-        </config>
-    </edit-config>
-</rpc>
\ No newline at end of file