Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / editConfigs / editConfig_merge_multiple_operations_2.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 xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" a:operation="replace">
21                     <user>
22                         <name>single user</name>
23                         <type>superuser</type>
24                         <full-name>i replaced everything</full-name>
25                         <company-info>
26                             <dept>2</dept>
27                             <id>2</id>
28                         </company-info>
29                     </user>
30                 </users>
31                 <modules>
32                     <augmented-container xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" a:operation="delete">
33                         <identifier>augmented container</identifier>
34                     </augmented-container>
35                     <module xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" a:operation="replace">
36                         <id>module1</id>
37                         <type>type1</type>
38                         <desc>module1-desc</desc>
39                     </module>
40                     <module xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" a:operation="create">
41                         <id>module2</id>
42                         <type>type1</type>
43                         <desc>module2-desc</desc>
44                     </module>
45                 </modules>
46             </top>
47         </config>
48     </edit-config>
49 </rpc>