Step 2: Move test folder to root
[integration/test.git] / csit / variables / packetcable / add_ccap.json
1 {
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             "10.32.110.1/24"
14         ],
15         "downstream-scns": [
16             "extrm_dn"
17         ],
18         "upstream-scns": [
19             "extrm_up"
20         ]
21     }]
22 }