Populate data/ hierarchy
[yangtools.git] / yang / yang-data-impl / src / test / resources / config02.xml
diff --git a/yang/yang-data-impl/src/test/resources/config02.xml b/yang/yang-data-impl/src/test/resources/config02.xml
deleted file mode 100644 (file)
index 26259a0..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<network xmlns="urn:opendaylight:controller:network">
-    <topologies>
-        <topology>
-            <topology-id>topId_01</topology-id>
-            <types></types>
-            <nodes>
-                <node>
-                    <node-id>nodeId_02</node-id>
-                    <supporting-ne>networkId_02</supporting-ne>
-                    <termination-points>
-                        <termination-point>
-                            <tp-id>tpId_03</tp-id>
-                        </termination-point>
-                    </termination-points>
-                </node>
-                <node>
-                    <node-id>nodeId_16</node-id>
-                    <supporting-ne>networkId_17</supporting-ne>
-                    <termination-points>
-                        <termination-point>
-                            <tp-id>tpId_18</tp-id>
-                        </termination-point>
-                    </termination-points>
-                </node>
-                <node>
-                    <node-id>nodeId_19</node-id>
-                    <supporting-ne>networkId_20</supporting-ne>
-                    <termination-points>
-                        <termination-point>
-                            <tp-id>tpId_18</tp-id>
-                        </termination-point>
-                        <termination-point>
-                            <tp-id>tpId_19</tp-id>
-                        </termination-point>
-                    </termination-points>
-                </node>
-            </nodes>
-            <links>
-                <link>
-                    <link-id>linkId_04</link-id>
-                    <source>
-                        <source-node>nodeId_05</source-node>
-                        <source-tp>tpId_06</source-tp>
-                    </source>
-                    <destination>
-                        <dest-node>nodeId_07</dest-node>
-                        <dest-tp>tpId_08</dest-tp>
-                    </destination>
-                </link>
-                <link>
-                    <link-id>linkId_11</link-id>
-                    <source>
-                        <source-node>nodeId_12</source-node>
-                        <source-tp>tpId_13</source-tp>
-                    </source>
-                    <destination>
-                        <dest-node>nodeId_14</dest-node>
-                        <dest-tp>tpId_15</dest-tp>
-                    </destination>
-                </link>
-            </links>
-        </topology>
-    </topologies>
-    <network-elements>
-        <network-element>
-            <element-id>ntElementId_09</element-id>
-        </network-element>
-        <network-element>
-            <element-id>ntElementId_10</element-id>
-        </network-element>
-    </network-elements>
-</network>
-