Initial code drop of netconf protocol implementation
[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>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>test1</name>
29                     <simple-long-2>44</simple-long-2>
30                     <binaryLeaf>8</binaryLeaf>
31                     <binaryLeaf>7</binaryLeaf>
32                     <binaryLeaf>9</binaryLeaf>
33                     <dto_d>
34                         <simple-int1>444</simple-int1>
35                         <simple-int2>4444</simple-int2>
36                         <simple-int3>454</simple-int3>
37                         <complex-dto-bInner>
38                             <simple-int3>44</simple-int3>
39                             <deep>
40                                 <simple-int3>4</simple-int3>
41                             </deep>
42                             <simple-list>4</simple-list>
43                         </complex-dto-bInner>
44                         <simple-list>4</simple-list>
45                     </dto_d>
46                     <simpleInt>44</simpleInt>
47                     <simple-test>545</simple-test>
48                     <simple-long>454545</simple-long>
49                     <simpleBoolean>false</simpleBoolean>
50                     <dto-c>
51                         <dto-a-inner>
52                             <dto-a-inner-inner>
53                                 <simple-arg>456</simple-arg>
54                             </dto-a-inner-inner>
55                             <simple-arg>44</simple-arg>
56                         </dto-a-inner>
57                     </dto-c>
58                     <simple-short>4</simple-short>
59                     <simple-BigInteger>999</simple-BigInteger>
60                     <simple-byte>4</simple-byte>
61                     <peers>
62                         <port>port1</port>
63                         <simple-int3>456</simple-int3>
64                         <core-size>44</core-size>
65                     </peers>
66                     <peers>
67                         <port>port23</port>
68                         <simple-int3>456</simple-int3>
69                         <core-size>44</core-size>
70                     </peers>
71                     <testing-dep>
72                         <type>testing</type>
73                         <name>ref_dep</name>
74                     </testing-dep>
75                 </module>
76                 <module>
77                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
78                         test-impl:impl-netconf
79                     </type>
80                     <name>test2</name>
81                     <testing-dep>
82                         <type>testing</type>
83                         <name>ref_dep</name>
84                     </testing-dep>
85                 </module>
86             </modules>
87             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
88                 <service>
89                     <type>testing</type>
90                     <instance>
91                         <name>ref_dep</name>
92                         <provider>/config/modules/module[name='impl-dep']/instance[name='dep']
93                         </provider>
94                     </instance>
95                     <instance>
96                         <name>ref_dep_2</name>
97                         <provider>/config/modules/module[name='impl-dep']/instance[name='dep2']
98                         </provider>
99                     </instance>
100                     <instance>
101                         <name>ref_test1</name>
102                         <provider>/config/modules/module[name='impl-netconf']/instance[name='test1']
103                         </provider>
104                     </instance>
105                 </service>
106             </services>
107         </config>
108     </edit-config>
109 </rpc>