Test cases for L3VPN creation,association and deletion are added
[integration/test.git] / csit / variables / vpnservice / vpn_instance_template.json
1 {
2    "input":{
3       "l3vpn":[
4          {
5             "id":"4ae8cd92-48ca-49b5-94e1-b2921a2661c7",
6             "name":"vpn1",
7             "route-distinguisher":[
8                "2200:1"
9             ],
10             "export-RT":[
11                "3300:1",
12                "8800:1"
13             ],
14             "import-RT":[
15                "3300:1",
16                "8800:1"
17             ],
18             "tenant-id":"6c53df3a-3456-11e5-a151-feff819cdc9f"
19          }
20       ]
21    }
22 }