Step 2: Move test folder to root
[integration/test.git] / csit / variables / vpnservice / vpn_instance.json
diff --git a/csit/variables/vpnservice/vpn_instance.json b/csit/variables/vpnservice/vpn_instance.json
new file mode 100644 (file)
index 0000000..c6956b7
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "vpn-instance": [
+        {
+            "description": "Test VPN Instance 1",
+            "ipv4-family": {
+                "apply-label": {
+                    "apply-label-per-route": "true"
+                },
+                "export-route-policy": "3000:1,4000:1",
+                "import-route-policy": "1000:1,2000:1",
+                "route-distinguisher": "1000:1"
+            },
+            "vpn-instance-name": "testVpn1"
+        }
+    ]
+}