From 12defda1182a88e98a20d63c32fe897359663ad7 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 6 Jul 2016 13:38:18 +0200 Subject: Refactor basic LISP tests Change-Id: Ibc11d4d82006ea11580d3b3e269f81709eedb53a Signed-off-by: Filip Tehlar --- .../configs/odl/basic/4o4/update_vpp2.json | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data_plane/configs/odl/basic/4o4/update_vpp2.json (limited to 'tests/data_plane/configs/odl/basic/4o4/update_vpp2.json') diff --git a/tests/data_plane/configs/odl/basic/4o4/update_vpp2.json b/tests/data_plane/configs/odl/basic/4o4/update_vpp2.json new file mode 100644 index 0000000..089516b --- /dev/null +++ b/tests/data_plane/configs/odl/basic/4o4/update_vpp2.json @@ -0,0 +1,29 @@ +{ + "input": { + "mapping-record": { + "recordTtl": 1440, + "action": "NoAction", + "authoritative": true, + "eid": { + "address-type": "ietf-lisp-address-types:ipv4-prefix-afi", + "ipv4-prefix": "6.0.2.0/24" + }, + "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:ipv4-afi", + "ipv4": "6.0.3.20" + } + } + ] + } + } +} -- cgit 1.2.3-korg