Delete netconf
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / filters / get-filter-company-info.xml
diff --git a/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/filters/get-filter-company-info.xml b/opendaylight/netconf/mdsal-netconf-connector/src/test/resources/messages/mapping/filters/get-filter-company-info.xml
deleted file mode 100644 (file)
index 74ad578..0000000
+++ /dev/null
@@ -1,37 +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 id="a" a="64" xmlnx="a:b:c:d" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
-    <get-config>
-        <filter type="subtree">
-            <top xmlns="urn:opendaylight:mdsal:mapping:test">
-                <users>
-                    <user>
-                        <name>root</name>
-                        <company-info/>
-                    </user>
-                    <user>
-                        <name>admin</name>
-                        <company-info>
-                            <id/>
-                        </company-info>
-                    </user>
-                    <user>
-                        <name>regular</name>
-                        <company-info>
-                            <dept/>
-                        </company-info>
-                    </user>
-                </users>
-            </top>
-        </filter>
-        <source>
-            <running/>
-        </source>
-    </get-config>
-</rpc>