Merge "When a node is going down, remove edges in both directions associated with...
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-data-impl / src / test / resources / org / opendaylight / controller / yang / data / impl / config02-shadow.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <network xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
4     <topologies>
5         <topology>
6             <topology-id>topId_01</topology-id>
7             <nodes>
8                 <node>
9                     <node-id>nodeId_19</node-id>
10                     <supporting-ne>networkId_20</supporting-ne>
11                     <termination-points>
12                         <termination-point>
13                             <tp-id>tpId_19</tp-id>
14                         </termination-point>
15                         <termination-point>
16                             <tp-id>tpId_18</tp-id>
17                         </termination-point>
18                     </termination-points>
19                 </node>
20                 <node>
21                     <node-id>nodeId_16</node-id>
22                     <supporting-ne>networkId_17</supporting-ne>
23                     <termination-points>
24                         <termination-point>
25                             <tp-id>tpId_18</tp-id>
26                         </termination-point>
27                     </termination-points>
28                 </node>
29                 <node>
30                     <node-id>nodeId_02</node-id>
31                     <supporting-ne>networkId_02</supporting-ne>
32                     <termination-points>
33                         <termination-point>
34                             <tp-id>tpId_03</tp-id>
35                         </termination-point>
36                     </termination-points>
37                 </node>
38             </nodes>
39             <links>
40                 <link>
41                     <destination>
42                         <dest-tp>tpId_15</dest-tp>
43                         <dest-node>nodeId_14</dest-node>
44                     </destination>
45                     <source>
46                         <source-tp>tpId_13</source-tp>
47                         <source-node>nodeId_12</source-node>
48                     </source>
49                     <link-id>linkId_11</link-id>
50                 </link>
51                 <link>
52                     <destination>
53                         <dest-tp>tpId_08</dest-tp>
54                         <dest-node>nodeId_07</dest-node>
55                     </destination>
56                     <source>
57                         <source-tp>tpId_06</source-tp>
58                         <source-node>nodeId_05</source-node>
59                     </source>
60                     <link-id>linkId_04</link-id>
61                 </link>
62             </links>
63         </topology>
64     </topologies>
65     <network-elements>
66         <network-element>
67             <element-id>ntElementId_10</element-id>
68         </network-element>
69         <network-element>
70             <element-id>ntElementId_09</element-id>
71         </network-element>
72     </network-elements>
73 </network>