Delete netconf
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_remove.xml
diff --git a/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/editConfig_remove.xml b/opendaylight/netconf/netconf-util/src/test/resources/netconfMessages/editConfig_remove.xml
deleted file mode 100644 (file)
index e07f18c..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-    <edit-config>
-        <target>
-            <candidate/>
-        </target>
-        <default-operation>none</default-operation>
-        <config>
-            <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
-                <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
-                        nc:operation="remove">
-                    <name>instance-from-code_dep</name>
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-dep
-                    </type>
-                </module>
-
-
-                <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
-                        nc:operation="remove">
-                    <name>dep</name>
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-dep
-                    </type>
-                </module>
-
-                <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
-                        nc:operation="remove">
-                    <name>dep2</name>
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-dep
-                    </type>
-                </module>
-
-                <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
-                        nc:operation="remove">
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-netconf
-                    </type>
-                    <name>instance-from-code</name>
-                </module>
-
-                <module xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
-                        nc:operation="remove">
-                    <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
-                        test-impl:impl-netconf
-                    </type>
-                    <name>test2</name>
-                </module>
-            </modules>
-        </config>
-    </edit-config>
-</rpc>