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