Replace BR1 and BR2 with br-int in Genius-CSIT
[integration/test.git] / csit / variables / bier / bier_node_configuration / configure_te_node / post_data.json
1 {
2         input:{
3                 topology-id: $TOPOLOGYID,
4                 node-id: $NODEID,
5                 te-domain:[
6                         {
7                                 domain-id: $DOMAINID,
8                                 te-sub-domain:[
9                                         {
10                                                 sub-domain-id: $SUBDOMAINID,
11                                                 te-bsl:[
12                                                         {
13                                                                 bitstringlength: 64-bit,
14                                                                 te-si:[
15                                                                         {
16                                                                                 si: 1,
17                                                                                 te-bp:[
18                                                                                         {
19                                                                                                 tp-id:"$TPID",
20                                                                                                 bitposition:$BP
21                                                                                         }
22                                                                                 ]
23                                                                         }
24                                                                 ]
25                                                         }
26                                                 ]
27                                         }
28                                 ]
29                         }
30                 ]
31         }
32 }