HONEYCOMB-254 - Adjacencies dump support
[honeycomb.git] / lisp / lisp2vpp / src / test / resources / adjacencies-identification-context.json
diff --git a/lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json b/lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json
new file mode 100644 (file)
index 0000000..795b548
--- /dev/null
@@ -0,0 +1,29 @@
+
+{
+
+  "mappings": {
+    "mapping": [
+      {
+        "id": "first",
+        "eid-identificator-pair": {
+          "local-eid-id": "local-eid-1",
+          "remote-eid-id": "remote-eid-1"
+        }
+      },
+      {
+        "id": "second",
+        "eid-identificator-pair": {
+          "local-eid-id": "local-eid-2",
+          "remote-eid-id": "remote-eid-2"
+        }
+      },
+      {
+        "id": "third",
+        "eid-identificator-pair": {
+          "local-eid-id": "local-eid-3",
+          "remote-eid-id": "remote-eid-3"
+        }
+      }
+    ]
+  }
+}
\ No newline at end of file