Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / testConfigs / inputMultiple.xml
diff --git a/opendaylight/netconf/netconf-impl/src/test/resources/testConfigs/inputMultiple.xml b/opendaylight/netconf/netconf-impl/src/test/resources/testConfigs/inputMultiple.xml
new file mode 100644 (file)
index 0000000..23a3489
--- /dev/null
@@ -0,0 +1,29 @@
+<config>\r
+    <jmxbean>\r
+        <mBean>org.opendaylight.controller:type=AppDeployer</mBean>\r
+        <type>EXEC</type>\r
+        <operation>lookupConfigBeans</operation>\r
+        <attribute>abc,bcd.aas</attribute>\r
+        <attribute>22</attribute>\r
+    </jmxbean>\r
+    <jmxbean>\r
+        <mBean>org.opendaylight.controller:type=AppDeployer</mBean>\r
+        <type>WRITE</type>\r
+        <attribute>attribute</attribute>\r
+        <value>22</value>\r
+    </jmxbean>\r
+    <jmxbean>\r
+        <mBean>org.opendaylight.controller:type=AppDeployer</mBean>\r
+        <type>EXEC</type>\r
+        <operation>lookupConfigBeans</operation>\r
+        <arguments>\r
+            <map>\r
+                <topology-registry>single</topology-registry>\r
+                <bgp-update>mock</bgp-update>\r
+            </map>\r
+            <array>2</array>\r
+            <array>22</array>\r
+            <anotherArg>arg</anotherArg>\r
+        </arguments>\r
+    </jmxbean>\r
+</config>
\ No newline at end of file