Step 2: Move test folder to root
[integration/test.git] / csit / variables / packetcable / add_multi_ccaps.json
1 { "ccap": {
2     "ccaps": [
3     {   "ccapId": "{ccapId-1}",
4         "amId": {
5             "am-tag": "0xcada",
6             "am-type": "1"
7         },
8         "connection": {
9             "ipAddress": "{ccapIp-1}",
10             "port": "6060"
11         },
12         "subscriber-subnets": [
13             "44.137.0.0/16",
14             "2001:4978:030d:1000:0:0:0:0/52"
15         ],
16         "downstream-scns": [
17             "ipvideo_dn",
18             "extrm_dn",
19             "SCNC"
20         ],
21         "upstream-scns": [
22             "SCNA",
23             "extrm_up"
24         ]
25     },
26     {   "ccapId": "{ccapId-2}",
27         "amId": {
28             "am-tag": "0xcada",
29             "am-type": "1"
30         },
31         "connection": {
32             "ipAddress": "{ccapIp-2}",
33             "port": "6060"
34         },
35         "subscriber-subnets": [
36             "44.133.0.0/19"
37         ],
38         "downstream-scns": [
39             "ipvideo_dn",
40             "extrm_dn",
41             "SCNC"
42         ],
43         "upstream-scns": [
44             "SCNA",
45             "extrm_up"
46         ]
47     }]
48 }}