summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/configs/odl/multihoming/4o4/vpp2.json
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2016-08-10 01:57:14 +0200
committerFlorin Coras <fcoras@cisco.com>2016-08-11 20:11:41 +0200
commit76ab005261dba3fd5bec32df2ad253e4185116f0 (patch)
treea6fef93a09a7043b73ba6c49dbcab34295ee7a87 /tests/data_plane/configs/odl/multihoming/4o4/vpp2.json
parent8912471cd3744954661f702ee8cf8cc58957e4b8 (diff)
Add multihoming tests
Change-Id: Ifc6d1ea02bc72b13ecca9a7e1ede0cd873687daf Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'tests/data_plane/configs/odl/multihoming/4o4/vpp2.json')
-rw-r--r--tests/data_plane/configs/odl/multihoming/4o4/vpp2.json43
1 files changed, 43 insertions, 0 deletions
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"
+ }
+ }
+ ]
+ }
+ }
+}