Merge "Fix for Bug 3"
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_none.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         <default-operation>none</default-operation>
7         <error-option>stop-on-error</error-option>
8         <config>
9             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
10                 <module>
11                     <name>instance-from-code_dep</name>
12                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
13                         test-impl:impl-dep
14                     </type>
15                 </module>
16
17                 <module>
18                     <name>dep2</name>
19                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
20                         test-impl:impl-dep
21                     </type>
22                 </module>
23
24                 <module>
25                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
26                         test-impl:impl-netconf
27                     </type>
28                     <name>instance-from-code</name>
29                     <simple-long-2>44</simple-long-2>
30                     <binaryLeaf>8ad1</binaryLeaf>
31                     <dto_d>
32                         <simple-int1>444</simple-int1>
33                         <simple-int2>4444</simple-int2>
34                         <simple-int3>454</simple-int3>
35                         <complex-dto-bInner>
36                             <simple-int3>44</simple-int3>
37                             <deep>
38                                 <simple-int3>4</simple-int3>
39                             </deep>
40                             <simple-list>4</simple-list>
41                         </complex-dto-bInner>
42                         <simple-list>4</simple-list>
43                     </dto_d>
44                     <simpleInt>44</simpleInt>
45                     <simple-test>545</simple-test>
46                     <simple-long>454545</simple-long>
47                     <simpleBoolean>false</simpleBoolean>
48                     <dto-c>
49                         <dto-a-inner>
50                             <dto-a-inner-inner>
51                                 <simple-arg>456</simple-arg>
52                             </dto-a-inner-inner>
53                             <simple-arg>44</simple-arg>
54                         </dto-a-inner>
55                     </dto-c>
56                     <simple-short>4</simple-short>
57                     <simple-BigInteger>999</simple-BigInteger>
58                     <simple-byte>4</simple-byte>
59                     <peers>
60                         <port>port1</port>
61                         <simple-int3>456</simple-int3>
62                         <core-size>44</core-size>
63                     </peers>
64                     <peers>
65                         <port>port23</port>
66                         <simple-int3>456</simple-int3>
67                         <core-size>44</core-size>
68                     </peers>
69                 </module>
70                 <module>
71                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
72                         test-impl:impl-netconf
73                     </type>
74                     <name>test3</name>
75                 </module>
76             </modules>
77
78             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
79             </services>
80         </config>
81     </edit-config>
82 </rpc>