From 5089c8126fe1d2c389ebc2e4b579612d6df15a69 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Fri, 16 Sep 2016 15:11:01 +0200 Subject: Add source/dest tests Change-Id: Idb3ec8dc48f16d4321701e405d8e76492cd7e9de Signed-off-by: Filip Tehlar --- tests/data_plane/configs/odl/sd/6o6/map4.json | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data_plane/configs/odl/sd/6o6/map4.json (limited to 'tests/data_plane/configs/odl/sd/6o6/map4.json') diff --git a/tests/data_plane/configs/odl/sd/6o6/map4.json b/tests/data_plane/configs/odl/sd/6o6/map4.json new file mode 100644 index 0000000..7f3bbc9 --- /dev/null +++ b/tests/data_plane/configs/odl/sd/6o6/map4.json @@ -0,0 +1,29 @@ +{ + "input": { + "mapping-record": { + "recordTtl": 1440, + "action": "NoAction", + "authoritative": true, + "eid": { + "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", + "ipv6-prefix": "6:0:5::0/64" + }, + "LocatorRecord": [ + { + "locator-id": "ISP1", + "priority": 1, + "weight": 1, + "multicastPriority": 255, + "multicastWeight": 0, + "localLocator": true, + "rlocProbed": false, + "routed": true, + "rloc": { + "address-type": "ietf-lisp-address-types:ipv6-afi", + "ipv6": "6:0:3::1" + } + } + ] + } + } +} -- cgit 1.2.3-korg