Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 6 / pre-filter.xml
1 <!--
2   ~ Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8
9 <rpc-reply message-id="6" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
10   <data>
11     <top xmlns="http://example.com/schema/1.2/config">
12       <users>
13         <user>
14           <name>root</name>
15           <type>superuser</type>
16           <full-name>Charlie Root</full-name>
17           <company-info>
18             <dept>1</dept>
19             <id>1</id>
20           </company-info>
21         </user>
22         <user>
23           <name>fred</name>
24           <type>admin</type>
25           <full-name>Fred Flintstone</full-name>
26           <company-info>
27             <dept>2</dept>
28             <id>2</id>
29           </company-info>
30         </user>
31         <user>
32           <name>barney</name>
33           <type>admin</type>
34           <full-name>Barney Rubble</full-name>
35           <company-info>
36             <dept>2</dept>
37             <id>3</id>
38           </company-info>
39         </user>
40       </users>
41       <groups>
42         <group>
43           <name>admin</name>
44         </group>
45       </groups>
46     </top>
47   </data>
48 </rpc-reply>