Fix get and get-config ordering for netconf-mdsal
[controller.git] / opendaylight / netconf / mdsal-netconf-connector / src / test / resources / messages / mapping / editConfigs / editConfig_merge_multiple_keys_1.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 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
9     <edit-config>
10         <target>
11             <candidate/>
12         </target>
13         <test-option>
14             set
15         </test-option>
16         <default-operation>merge</default-operation>
17         <config>
18             <mapping-nodes xmlns="urn:opendaylight:mdsal:mapping:test">
19                 <multiple-keys>
20                     <!-- We can handle keys out of order -->
21                     <value2>22</value2>
22                     <key2>2</key2>
23                     <key1>1</key1>
24                     <value1>11</value1>
25                     <key3>3</key3>
26                 </multiple-keys>
27             </mapping-nodes>
28         </config>
29     </edit-config>
30 </rpc>