Step 2: Move test folder to root
[integration/test.git] / csit / variables / vpnservice / vpn_instance.json
1 {
2     "vpn-instance": [
3         {
4             "description": "Test VPN Instance 1",
5             "ipv4-family": {
6                 "apply-label": {
7                     "apply-label-per-route": "true"
8                 },
9                 "export-route-policy": "3000:1,4000:1",
10                 "import-route-policy": "1000:1,2000:1",
11                 "route-distinguisher": "1000:1"
12             },
13             "vpn-instance-name": "testVpn1"
14         }
15     ]
16 }