Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / editConfigs / editConfig-filtering-setup.xml
1 <!--
2   ~ Copyright (c) 2015 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 message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
10     <edit-config>
11         <target>
12             <candidate/>
13         </target>
14         <test-option>
15             set
16         </test-option>
17         <default-operation>merge</default-operation>
18         <config>
19             <top xmlns="urn:opendaylight:mdsal:mapping:test">
20                 <users>
21                     <user>
22                         <name>root</name>
23                         <type>superuser</type>
24                         <full-name>rooty root</full-name>
25                         <company-info>
26                             <dept>1</dept>
27                             <id>1</id>
28                         </company-info>
29                     </user>
30                     <user>
31                         <name>admin</name>
32                         <type>superuser</type>
33                         <full-name>johny admin</full-name>
34                         <company-info>
35                             <dept>2</dept>
36                             <id>2</id>
37                         </company-info>
38                     </user>
39                     <user>
40                         <name>regular</name>
41                         <type>user</type>
42                         <full-name>burt regular</full-name>
43                         <company-info>
44                             <dept>3</dept>
45                             <id>3</id>
46                         </company-info>
47                     </user>
48                 </users>
49                 <modules>
50                     <augmented-container>
51                         <identifier>augmented container</identifier>
52                     </augmented-container>
53                     <module>
54                         <id>module1</id>
55                         <type>type1</type>
56                         <desc>module1-desc</desc>
57                     </module>
58                     <module>
59                         <id>module2</id>
60                         <type>type1</type>
61                         <desc>module2-desc</desc>
62                     </module>
63                     <module>
64                         <id>module3</id>
65                         <type>unknown</type>
66                         <desc>module3-desc</desc>
67                     </module>
68                 </modules>
69                 <augmented-case>augmented case</augmented-case>
70             </top>
71         </config>
72     </edit-config>
73 </rpc>