Delete netconf
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 3 / request.xml
diff --git a/opendaylight/netconf/netconf-impl/src/test/resources/subtree/3/request.xml b/opendaylight/netconf/netconf-impl/src/test/resources/subtree/3/request.xml
deleted file mode 100644 (file)
index 771f136..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
-  ~ Copyright (c) 2014 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="3"
-     xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-  <get-config>
-    <source>
-      <running/>
-    </source>
-    <filter type="subtree">
-      <top xmlns="http://example.com/schema/1.2/config">
-        <users>
-          <user>
-            <name/>
-          </user>
-        </users>
-      </top>
-    </filter>
-  </get-config>
-</rpc>
\ No newline at end of file