Delete netconf
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 4 / pre-filter.xml
diff --git a/opendaylight/netconf/netconf-impl/src/test/resources/subtree/4/pre-filter.xml b/opendaylight/netconf/netconf-impl/src/test/resources/subtree/4/pre-filter.xml
deleted file mode 100644 (file)
index f2f2cbb..0000000
+++ /dev/null
@@ -1,48 +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-reply message-id="4" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-  <data>
-    <top xmlns="http://example.com/schema/1.2/config">
-      <users>
-        <user>
-          <name>root</name>
-          <type>superuser</type>
-          <full-name>Charlie Root</full-name>
-          <company-info>
-            <dept>1</dept>
-            <id>1</id>
-          </company-info>
-        </user>
-        <user>
-          <name>fred</name>
-          <type>admin</type>
-          <full-name>Fred Flintstone</full-name>
-          <company-info>
-            <dept>2</dept>
-            <id>2</id>
-          </company-info>
-        </user>
-        <user>
-          <name>barney</name>
-          <type>admin</type>
-          <full-name>Barney Rubble</full-name>
-          <company-info>
-            <dept>2</dept>
-            <id>3</id>
-          </company-info>
-        </user>
-      </users>
-      <groups>
-        <group>
-          <name>admin</name>
-        </group>
-      </groups>
-    </top>
-  </data>
-</rpc-reply>
\ No newline at end of file