Delete netconf
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / namespaces / editConfig_sameAttrDifferentNamespacesList.xml
diff --git a/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/namespaces/editConfig_sameAttrDifferentNamespacesList.xml b/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/namespaces/editConfig_sameAttrDifferentNamespacesList.xml
deleted file mode 100644 (file)
index 6ee97ee..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<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>
-            <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
-
-                <module>
-                    <name>dep</name>
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-dep
-                    </type>
-                </module>
-
-                <module>
-                    <name>dep2</name>
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-dep
-                    </type>
-                </module>
-
-                <module>
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl
-                    </type>
-
-                    <name>test1</name>
-                    <allow-user>1</allow-user>
-                    <allow-user xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">2</allow-user>
-                </module>
-
-                <module>
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-netconf
-                    </type>
-                    <name>test2</name>
-                    <impl-netconf xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        <testing-dep>
-                            <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
-                            <name>ref_dep</name>
-                        </testing-dep>
-                    </impl-netconf>
-                </module>
-            </modules>
-
-            <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
-
-            </services>
-        </config>
-    </edit-config>
-</rpc>