Update service reference persistance according to new ServiceRegistry API in config...
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_addServiceNameOnTest.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             test-only
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>instance-from-code_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             </modules>
20
21             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
22                 <service>
23                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:testing</type>
24                     <instance>
25                         <name>ref_dep_user_another_test1</name>
26                         <provider>/modules/module[type='impl-dep'][name='instance-from-code_dep']
27                         </provider>
28                     </instance>
29                     <instance>
30                         <name>ref_dep_user_another_test2</name>
31                         <provider>/modules/module[type='impl-dep'][name='instance-from-code_dep']
32                         </provider>
33                     </instance>
34                 </service>
35             </services>
36         </config>
37     </edit-config>
38 </rpc>