diff options
Diffstat (limited to 'lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json')
-rw-r--r-- | lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json | 29 |
1 files changed, 29 insertions, 0 deletions
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 index 000000000..795b548a4 --- /dev/null +++ b/lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json @@ -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 |