Append 3 more punt path protection TCs
[integration/test.git] / csit / variables / unimgr / add_evc.json
1 {
2     "link": [
3         {
4             "link-id": "evc://1",
5             "source": {
6                 "source-node": "/network-topology/topology/node/uni://{uni1-ip}"
7             },
8             "destination": {
9                 "dest-node": "/network-topology/topology/node/uni://{uni2-ip}"
10             },
11             "cl-unimgr-mef:uni-source": [
12                 {
13                     "order": "0",
14                     "ip-address": "{uni1-ip}"
15                 }
16             ],
17             "cl-unimgr-mef:uni-dest": [
18                 {
19                     "order": "0",
20                     "ip-address": "{uni2-ip}"
21                 }
22             ],
23             "cl-unimgr-mef:cos-id": "string",
24             "cl-unimgr-mef:ingress-bw": {
25                 "speed-10G": {}
26             },
27             "cl-unimgr-mef:egress-bw": {
28                 "speed-10G": {}
29             }
30         }
31     ]
32 }