Merge "Bug 509: Fixed incorrect merging of Data Store Writes / Events"
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / testConfigs / inputMultiple.xml
1 <config>
2     <jmxbean>
3         <mBean>org.opendaylight.controller:type=AppDeployer</mBean>
4         <type>EXEC</type>
5         <operation>lookupConfigBeans</operation>
6         <attribute>abc,bcd.aas</attribute>
7         <attribute>22</attribute>
8     </jmxbean>
9     <jmxbean>
10         <mBean>org.opendaylight.controller:type=AppDeployer</mBean>
11         <type>WRITE</type>
12         <attribute>attribute</attribute>
13         <value>22</value>
14     </jmxbean>
15     <jmxbean>
16         <mBean>org.opendaylight.controller:type=AppDeployer</mBean>
17         <type>EXEC</type>
18         <operation>lookupConfigBeans</operation>
19         <arguments>
20             <map>
21                 <topology-registry>single</topology-registry>
22                 <bgp-update>mock</bgp-update>
23             </map>
24             <array>2</array>
25             <array>22</array>
26             <anotherArg>arg</anotherArg>
27         </arguments>
28     </jmxbean>
29 </config>