Add RPC data type test cases for lispflowmapping
[integration/test.git] / test / csit / variables / lispflowmapping / rpc_get-remove_srcdst.json
diff --git a/test/csit/variables/lispflowmapping/rpc_get-remove_srcdst.json b/test/csit/variables/lispflowmapping/rpc_get-remove_srcdst.json
new file mode 100644 (file)
index 0000000..bc5e886
--- /dev/null
@@ -0,0 +1,25 @@
+{
+    "input": {
+        "LispAddressContainer": {
+            "LcafSourceDestAddr": {
+                "afi": 16387,
+                "lcafType": 12,
+                "srcAddress": {
+                    "Ipv4Address": {
+                        "Ipv4Address": "192.0.2.1",
+                        "afi": 1
+                    }
+                },
+                "srcMaskLength": 32,
+                "dstAddress": {
+                    "Ipv4Address": {
+                        "Ipv4Address": "192.0.2.2",
+                        "afi": 1
+                    }
+                },
+                "dstMaskLength": 32
+            }
+        },
+        "mask-length": 0
+    }
+}