Remove testplans and suites for vpnservice
[integration/test.git] / csit / variables / vpnservice / itm_create / post_data.json
1 {
2    "transport-zone":[
3       {
4          "zone-name":"TZA",
5          "subnets":[
6             {
7                "prefix":"$prefix",
8                "vlan-id":$vlanid,
9                "vteps":[
10                   {
11                      "dpn-id":$dpnid1,
12                      "portname":"$portname1",
13                      "ip-address":"$ipaddress1"
14                   },
15                   {
16                      "dpn-id":$dpnid2,
17                      "portname":"$portname2",
18                      "ip-address":"$ipaddress2"
19                   }
20                ],
21                "gateway-ip":"$gateway"
22             }
23          ],
24          "tunnel-type":"odl-interface:tunnel-type-$tunneltype"
25       }
26    ]
27 }