Remove testplans and suites for vpnservice
[integration/test.git] / csit / variables / vpnservice / l3vpn_create / post_data.json
1 {
2    "input":{
3       "l3vpn":[
4          {
5             "id":"$vpnid",
6             "name":"$name",
7             "route-distinguisher":
8                $rd
9             ,
10             "export-RT":
11                $exportrt
12             ,
13             "import-RT":
14                $importrt
15             ,
16             "tenant-id":"$tenantid"
17             $router
18          }
19       ]
20    }
21 }