Step 2: Move test folder to root
[integration/test.git] / test / csit / variables / lispflowmapping / rpc_add-mapping_ipv4_list.json
diff --git a/test/csit/variables/lispflowmapping/rpc_add-mapping_ipv4_list.json b/test/csit/variables/lispflowmapping/rpc_add-mapping_ipv4_list.json
deleted file mode 100644 (file)
index 3f0a957..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-{
-    "input": {
-        "recordTtl": 1440,
-        "maskLength": 32,
-        "authoritative": true,
-        "LispAddressContainer": {
-            "Ipv4Address": {
-                "afi": 1,
-                "Ipv4Address": "192.0.2.1"
-            }
-        },
-        "LocatorRecord": [
-            {
-                "name": "List",
-                "priority": 1,
-                "weight": 1,
-                "multicastPriority": 255,
-                "multicastWeight": 0,
-                "localLocator": true,
-                "rlocProbed": false,
-                "routed": false,
-                "LispAddressContainer": {
-                    "LcafListAddr": {
-                        "afi": 16387,
-                        "lcafType": 1,
-                        "Addresses": [
-                            {
-                                "name": "IPv4",
-                                "Ipv4Address": {
-                                    "afi": 1,
-                                    "Ipv4Address": "10.10.10.10"
-                                }
-                            },
-                            {
-                                "name": "IPv6",
-                                "Ipv6Address": {
-                                    "afi": 2,
-                                    "Ipv6Address": "2001:db8::1"
-                                }
-                            }
-                        ]
-                    }
-                }
-            }
-        ]
-    }
-}