From 76ab005261dba3fd5bec32df2ad253e4185116f0 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 10 Aug 2016 01:57:14 +0200 Subject: Add multihoming tests Change-Id: Ifc6d1ea02bc72b13ecca9a7e1ede0cd873687daf Signed-off-by: Florin Coras --- .../configs/odl/multihoming/4o4/vpp2.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data_plane/configs/odl/multihoming/4o4/vpp2.json (limited to 'tests/data_plane/configs/odl/multihoming/4o4/vpp2.json') diff --git a/tests/data_plane/configs/odl/multihoming/4o4/vpp2.json b/tests/data_plane/configs/odl/multihoming/4o4/vpp2.json new file mode 100644 index 0000000..097b264 --- /dev/null +++ b/tests/data_plane/configs/odl/multihoming/4o4/vpp2.json @@ -0,0 +1,43 @@ +{ + "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.2" + } + }, + { + "locator-id": "ISP2", + "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.4.2" + } + } + ] + } + } +} -- cgit 1.2.3-korg