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