Fix outputs in bgp-ha
[integration/test.git] / csit / variables / bgpclustering / pcep_on_state / data.json
1 {
2     "topology": [
3         {
4             "node": [
5                 {
6                     "network-pcep-topology-stats:pcep-session-state": {
7                         "delegated-lsps-count": "*",
8                         "local-pref": {
9                             "deadtimer": 120,
10                             "ip-address": "$IP_ODL",
11                             "keepalive": 30,
12                             "session-id": "*"
13                         },
14                         "messages": {
15                             "error-messages": {$ERRORS
16                                 "received-error-msg-count": 0,
17                                 "sent-error-msg-count": 0
18                             },
19                             "last-sent-msg-timestamp": "*",
20                             "odl-pcep-stateful-stats:last-received-rpt-msg-timestamp": "*",
21                             "odl-pcep-stateful-stats:received-rpt-msg-count": 2,
22                             "odl-pcep-stateful-stats:sent-init-msg-count": 0,
23                             "odl-pcep-stateful-stats:sent-upd-msg-count": 0,
24                             "received-msg-count": "*",
25                             "reply-time": {
26                                 "average-time": 0,
27                                 "max-time": 0,
28                                 "min-time": 0
29                             },
30                             "sent-msg-count": "*",
31                             "unknown-msg-received": 0
32                         },
33                         "peer-capabilities": {
34                             "odl-pcep-stateful-stats:active": true,
35                             "odl-pcep-stateful-stats:instantiation": true,
36                             "odl-pcep-stateful-stats:stateful": true
37                         },
38                         "peer-pref": {
39                             "deadtimer": 120,
40                             "ip-address": "$IP",
41                             "keepalive": 30,
42                             "session-id": "*"
43                         },
44                         "session-duration": "*",
45                         "synchronized": true
46                     },
47                     "network-topology-pcep:path-computation-client": {
48                         "ip-address": "$IP",
49                         "reported-lsp": [
50                             {
51                                 "name": "$NAME",
52                                 "path": [
53                                     {
54                                         "ero": {
55                                             "ignore": false,
56                                             "processing-rule": false,
57                                             "subobject": [
58                                                 {
59                                                     "ip-prefix": {
60                                                         "ip-prefix": "1.1.1.1/32"
61                                                     },
62                                                     "loose": false
63                                                 }
64                                             ]
65                                         },
66                                         "lsp-id": 1,
67                                         "odl-pcep-ietf-stateful07:lsp": {
68                                             "administrative": true,
69                                             "delegate": "*",
70                                             "ignore": false,
71                                             "odl-pcep-ietf-initiated00:create": false,
72                                             "operational": "up",
73                                             "plsp-id": 1,
74                                             "processing-rule": false,
75                                             "remove": false,
76                                             "sync": true,
77                                             "tlvs": {
78                                                 "lsp-identifiers": {
79                                                     "ipv4": {
80                                                         "ipv4-extended-tunnel-id": "$IP",
81                                                         "ipv4-tunnel-endpoint-address": "1.1.1.1",
82                                                         "ipv4-tunnel-sender-address": "$IP"
83                                                     },
84                                                     "lsp-id": 1,
85                                                     "tunnel-id": 1
86                                                 },
87                                                 "symbolic-path-name": {
88                                                     "path-name": "$CODE"
89                                                 }
90                                             }
91                                         }
92                                     }
93                                 ]
94                             }
95                         ],
96                         "state-sync": "synchronized",
97                         "stateful-tlv": {
98                             "odl-pcep-ietf-stateful07:stateful": {
99                                 "lsp-update-capability": true,
100                                 "odl-pcep-ietf-initiated00:initiation": true
101                             }
102                         }
103                     },
104                     "node-id": "pcc://$IP"
105                 }
106             ],
107             "topology-id": "pcep-topology",
108             "topology-types": {
109                 "network-topology-pcep:topology-pcep": {}
110             }
111         }
112     ]
113 }