Step 1: Move vm scripts to the right place
[integration/test.git] / csit / variables / vpnservice / vm_vpninterface.json
1 {
2     "vpn-interface": [
3         {
4             "name": "s1-eth1",
5             "odl-l3vpn:adjacency": [
6                 {
7                     "odl-l3vpn:ip_address": "10.0.0.1",
8                     "odl-l3vpn:mac_address": "12:f8:57:a8:b9:a1"
9                 }
10             ],
11             "vpn-instance-name": "testVpn1"
12         }
13     ]
14 }