first implementation of yang-data-api
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-data-impl / src / test / resources / config02.xml
diff --git a/opendaylight/sal/yang-prototype/yang/yang-data-impl/src/test/resources/config02.xml b/opendaylight/sal/yang-prototype/yang/yang-data-impl/src/test/resources/config02.xml
new file mode 100755 (executable)
index 0000000..99b862b
--- /dev/null
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<network xmlns="urn:opendaylight:controller:network">\r
+    <topologies>\r
+        <topology>\r
+            <topology-id>topId_01</topology-id>\r
+            <types></types>\r
+            <nodes>\r
+                <node>\r
+                    <node-id>nodeId_02</node-id>\r
+                    <supporting-ne>networkId_02</supporting-ne>\r
+                    <termination-points>\r
+                        <termination-point>\r
+                            <tp-id>tpId_03</tp-id>\r
+                        </termination-point>\r
+                    </termination-points>\r
+                </node>\r
+                <node>\r
+                    <node-id>nodeId_16</node-id>\r
+                    <supporting-ne>networkId_17</supporting-ne>\r
+                    <termination-points>\r
+                        <termination-point>\r
+                            <tp-id>tpId_18</tp-id>\r
+                        </termination-point>\r
+                    </termination-points>\r
+                </node>\r
+                <node>\r
+                    <node-id>nodeId_19</node-id>\r
+                    <supporting-ne>networkId_20</supporting-ne>\r
+                    <termination-points>\r
+                        <termination-point>\r
+                            <tp-id>tpId_18</tp-id>\r
+                        </termination-point>\r
+                        <termination-point>\r
+                            <tp-id>tpId_19</tp-id>\r
+                        </termination-point>\r
+                    </termination-points>\r
+                </node>\r
+            </nodes>\r
+            <links>\r
+                <link>\r
+                    <link-id>linkId_04</link-id>\r
+                    <source>\r
+                        <source-node>nodeId_05</source-node>\r
+                        <source-tp>tpId_06</source-tp>\r
+                    </source>\r
+                    <destination>\r
+                        <dest-node>nodeId_07</dest-node>\r
+                        <dest-tp>tpId_08</dest-tp>\r
+                    </destination>\r
+                </link>\r
+                <link>\r
+                    <link-id>linkId_11</link-id>\r
+                    <source>\r
+                        <source-node>nodeId_12</source-node>\r
+                        <source-tp>tpId_13</source-tp>\r
+                    </source>\r
+                    <destination>\r
+                        <dest-node>nodeId_14</dest-node>\r
+                        <dest-tp>tpId_15</dest-tp>\r
+                    </destination>\r
+                </link>\r
+            </links>\r
+        </topology>\r
+    </topologies>\r
+    <network-elements>\r
+        <network-element>\r
+            <element-id>ntElementId_09</element-id>\r
+        </network-element>\r
+        <network-element>\r
+            <element-id>ntElementId_10</element-id>\r
+        </network-element>\r
+    </network-elements>\r
+</network>\r
+\r