a7f1c863910f4b24b421531b82ffb9cb68499452
[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
25                 <module>
26                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
27                         test-impl:impl-netconf
28                     </type>
29                     <name>test1</name>
30                     <simple-long-2>44</simple-long-2>
31                     <binaryLeaf>8ad1</binaryLeaf>
32                     <dto_d>
33                         <simple-int1>444</simple-int1>
34                         <simple-int2>4444</simple-int2>
35                         <simple-int3>454</simple-int3>
36                         <complex-dto-bInner>
37                             <simple-int3>44</simple-int3>
38                             <deep>
39                                 <simple-int3>4</simple-int3>
40                             </deep>
41                             <simple-list>4</simple-list>
42                         </complex-dto-bInner>
43                         <simple-list>4</simple-list>
44                     </dto_d>
45                     <simpleInt>44</simpleInt>
46                     <simple-test>545</simple-test>
47                     <simple-long>454545</simple-long>
48                     <simpleBoolean>false</simpleBoolean>
49                     <dto-c>
50                         <dto-a-inner>
51                             <dto-a-inner-inner>
52                                 <simple-arg>456</simple-arg>
53                             </dto-a-inner-inner>
54                             <simple-arg>44</simple-arg>
55                         </dto-a-inner>
56                     </dto-c>
57                     <simple-short>4</simple-short>
58                     <simple-BigInteger>999</simple-BigInteger>
59                     <simple-byte>4</simple-byte>
60                     <peers>
61                         <port>port1</port>
62                         <simple-int3>456</simple-int3>
63                         <core-size>44</core-size>
64                     </peers>
65                     <peers>
66                         <port>port23</port>
67                         <simple-int3>456</simple-int3>
68                         <core-size>44</core-size>
69                     </peers>
70                 </module>
71                 <module>
72                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
73                         test-impl:impl-netconf
74                     </type>
75                     <name>test2</name>
76                 </module>
77             </modules>
78
79             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
80             </services>
81         </config>
82     </edit-config>
83 </rpc>