Merge "BUG-624 make netconf tcp address optional in config.ini with default value...
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / namespaces / editConfig_sameAttrDifferentNamespacesList.xml
1 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <edit-config>
3         <target>
4             <candidate/>
5         </target>
6         <test-option>
7             set
8         </test-option>
9         <default-operation>merge</default-operation>
10         <config>
11             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
12
13                 <module>
14                     <name>dep</name>
15                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
16                         test-impl:impl-dep
17                     </type>
18                 </module>
19
20                 <module>
21                     <name>dep2</name>
22                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
23                         test-impl:impl-dep
24                     </type>
25                 </module>
26
27                 <module>
28                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
29                         test-impl:impl
30                     </type>
31
32                     <name>test1</name>
33                     <allow-user>1</allow-user>
34                     <allow-user xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">2</allow-user>
35                 </module>
36
37                 <module>
38                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
39                         test-impl:impl-netconf
40                     </type>
41                     <name>test2</name>
42                     <impl-netconf xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
43                         <testing-dep>
44                             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
45                             <name>ref_dep</name>
46                         </testing-dep>
47                     </impl-netconf>
48                 </module>
49             </modules>
50
51             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
52
53             </services>
54         </config>
55     </edit-config>
56 </rpc>