Move netconf{-client,impl,util} to protocol/
[netconf.git] / netconf / netconf-util / src / test / resources / netconfMessages / mount / editConfig_merge_threadfactory.xml
diff --git a/netconf/netconf-util/src/test/resources/netconfMessages/mount/editConfig_merge_threadfactory.xml b/netconf/netconf-util/src/test/resources/netconfMessages/mount/editConfig_merge_threadfactory.xml
deleted file mode 100644 (file)
index e1e0237..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<rpc message-id="6"
-     xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-    <edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-        <target>
-            <candidate/>
-        </target>
-        <default-operation>merge</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="merge">
-                    <name>threadfactory-naming-instance</name>
-                    <type
-                            xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
-                        th-java:threadfactory-naming
-                    </type>
-                    <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
-                        prefixDefinedInXML
-                    </name-prefix>
-                </module>
-            </modules>
-
-            <mountpoints>
-                <mountpoint>
-                    <id>localhost:12002</id>
-                    <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="merge">
-                                <name>threadfactory-naming-instance</name>
-                                <type
-                                        xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
-                                    th-java:threadfactory-naming
-                                </type>
-                                <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
-                                    prefixDefinedInXML
-                                </name-prefix>
-                            </module>
-                        </modules>
-                    </config>
-                </mountpoint>
-                <mountpoint>
-                    <id>localhost:12003</id>
-                    <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="replace">
-                                <name>threadfactory-naming-instance</name>
-                                <type
-                                        xmlns:th-java="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
-                                    th-java:threadfactory-naming
-                                </type>
-                                <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
-                                    prefixDefinedInXML
-                                </name-prefix>
-                            </module>
-                        </modules>
-                    </config>
-                </mountpoint>
-            </mountpoints>
-        </config>
-
-    </edit-config>
-</rpc>