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