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 --- tests/data_plane/configs/odl/add_ipv4_odl1.txt | 29 ---------------------- tests/data_plane/configs/odl/add_ipv4_odl2.txt | 29 ---------------------- tests/data_plane/configs/odl/add_ipv4o6_odl1.txt | 29 ---------------------- tests/data_plane/configs/odl/add_ipv4o6_odl2.txt | 29 ---------------------- tests/data_plane/configs/odl/add_ipv6_odl1.txt | 29 ---------------------- tests/data_plane/configs/odl/add_ipv6_odl2.txt | 29 ---------------------- tests/data_plane/configs/odl/add_ipv6o4_odl1.txt | 29 ---------------------- tests/data_plane/configs/odl/add_ipv6o4_odl2.txt | 29 ---------------------- .../configs/odl/basic/4o4/update_vpp2.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/4o4/vpp1.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/4o4/vpp2.json | 29 ++++++++++++++++++++++ .../configs/odl/basic/4o6/update_vpp2.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/4o6/vpp1.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/4o6/vpp2.json | 29 ++++++++++++++++++++++ .../configs/odl/basic/6o4/update_vpp2.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/6o4/vpp1.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/6o4/vpp2.json | 29 ++++++++++++++++++++++ .../configs/odl/basic/6o6/update_vpp2.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/6o6/vpp1.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/basic/6o6/vpp2.json | 29 ++++++++++++++++++++++ tests/data_plane/configs/odl/replace_ipv4_odl2.txt | 29 ---------------------- .../data_plane/configs/odl/replace_ipv4o6_odl2.txt | 29 ---------------------- tests/data_plane/configs/odl/replace_ipv6_odl2.txt | 29 ---------------------- .../data_plane/configs/odl/replace_ipv6o4_odl2.txt | 29 ---------------------- 24 files changed, 348 insertions(+), 348 deletions(-) delete mode 100644 tests/data_plane/configs/odl/add_ipv4_odl1.txt delete mode 100644 tests/data_plane/configs/odl/add_ipv4_odl2.txt delete mode 100644 tests/data_plane/configs/odl/add_ipv4o6_odl1.txt delete mode 100644 tests/data_plane/configs/odl/add_ipv4o6_odl2.txt delete mode 100644 tests/data_plane/configs/odl/add_ipv6_odl1.txt delete mode 100644 tests/data_plane/configs/odl/add_ipv6_odl2.txt delete mode 100644 tests/data_plane/configs/odl/add_ipv6o4_odl1.txt delete mode 100644 tests/data_plane/configs/odl/add_ipv6o4_odl2.txt create mode 100644 tests/data_plane/configs/odl/basic/4o4/update_vpp2.json create mode 100644 tests/data_plane/configs/odl/basic/4o4/vpp1.json create mode 100644 tests/data_plane/configs/odl/basic/4o4/vpp2.json create mode 100644 tests/data_plane/configs/odl/basic/4o6/update_vpp2.json create mode 100644 tests/data_plane/configs/odl/basic/4o6/vpp1.json create mode 100644 tests/data_plane/configs/odl/basic/4o6/vpp2.json create mode 100644 tests/data_plane/configs/odl/basic/6o4/update_vpp2.json create mode 100644 tests/data_plane/configs/odl/basic/6o4/vpp1.json create mode 100644 tests/data_plane/configs/odl/basic/6o4/vpp2.json create mode 100644 tests/data_plane/configs/odl/basic/6o6/update_vpp2.json create mode 100644 tests/data_plane/configs/odl/basic/6o6/vpp1.json create mode 100644 tests/data_plane/configs/odl/basic/6o6/vpp2.json delete mode 100644 tests/data_plane/configs/odl/replace_ipv4_odl2.txt delete mode 100644 tests/data_plane/configs/odl/replace_ipv4o6_odl2.txt delete mode 100644 tests/data_plane/configs/odl/replace_ipv6_odl2.txt delete mode 100644 tests/data_plane/configs/odl/replace_ipv6o4_odl2.txt (limited to 'tests/data_plane/configs/odl') diff --git a/tests/data_plane/configs/odl/add_ipv4_odl1.txt b/tests/data_plane/configs/odl/add_ipv4_odl1.txt deleted file mode 100644 index 7544187..0000000 --- a/tests/data_plane/configs/odl/add_ipv4_odl1.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv4-prefix-afi", - "ipv4-prefix": "6.0.1.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.1" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/add_ipv4_odl2.txt b/tests/data_plane/configs/odl/add_ipv4_odl2.txt deleted file mode 100644 index 645432c..0000000 --- a/tests/data_plane/configs/odl/add_ipv4_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "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" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/add_ipv4o6_odl1.txt b/tests/data_plane/configs/odl/add_ipv4o6_odl1.txt deleted file mode 100644 index 69729df..0000000 --- a/tests/data_plane/configs/odl/add_ipv4o6_odl1.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv4-prefix-afi", - "ipv4-prefix": "6.0.1.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:ipv6-afi", - "ipv6": "6:0:3::1" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/add_ipv4o6_odl2.txt b/tests/data_plane/configs/odl/add_ipv4o6_odl2.txt deleted file mode 100644 index 3d17a33..0000000 --- a/tests/data_plane/configs/odl/add_ipv4o6_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "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:ipv6-afi", - "ipv6": "6:0:3::2" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/add_ipv6_odl1.txt b/tests/data_plane/configs/odl/add_ipv6_odl1.txt deleted file mode 100644 index 3af329b..0000000 --- a/tests/data_plane/configs/odl/add_ipv6_odl1.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", - "ipv6-prefix": "6:0:1::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" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/add_ipv6_odl2.txt b/tests/data_plane/configs/odl/add_ipv6_odl2.txt deleted file mode 100644 index fcc6ecd..0000000 --- a/tests/data_plane/configs/odl/add_ipv6_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", - "ipv6-prefix": "6:0:2::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::2" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/add_ipv6o4_odl1.txt b/tests/data_plane/configs/odl/add_ipv6o4_odl1.txt deleted file mode 100644 index f4cb476..0000000 --- a/tests/data_plane/configs/odl/add_ipv6o4_odl1.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", - "ipv6-prefix": "6:0:1::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:ipv4-afi", - "ipv4": "6.0.3.1" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/add_ipv6o4_odl2.txt b/tests/data_plane/configs/odl/add_ipv6o4_odl2.txt deleted file mode 100644 index 52f2125..0000000 --- a/tests/data_plane/configs/odl/add_ipv6o4_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", - "ipv6-prefix": "6:0:2::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:ipv4-afi", - "ipv4": "6.0.3.2" - } - } - ] - } - } -} 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" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/4o4/vpp1.json b/tests/data_plane/configs/odl/basic/4o4/vpp1.json new file mode 100644 index 0000000..7544187 --- /dev/null +++ b/tests/data_plane/configs/odl/basic/4o4/vpp1.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.1.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.1" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/4o4/vpp2.json b/tests/data_plane/configs/odl/basic/4o4/vpp2.json new file mode 100644 index 0000000..645432c --- /dev/null +++ b/tests/data_plane/configs/odl/basic/4o4/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.2" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/4o6/update_vpp2.json b/tests/data_plane/configs/odl/basic/4o6/update_vpp2.json new file mode 100644 index 0000000..9b6ba62 --- /dev/null +++ b/tests/data_plane/configs/odl/basic/4o6/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:ipv6-afi", + "ipv6": "6:0:3::20" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/4o6/vpp1.json b/tests/data_plane/configs/odl/basic/4o6/vpp1.json new file mode 100644 index 0000000..69729df --- /dev/null +++ b/tests/data_plane/configs/odl/basic/4o6/vpp1.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.1.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:ipv6-afi", + "ipv6": "6:0:3::1" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/4o6/vpp2.json b/tests/data_plane/configs/odl/basic/4o6/vpp2.json new file mode 100644 index 0000000..3d17a33 --- /dev/null +++ b/tests/data_plane/configs/odl/basic/4o6/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:ipv6-afi", + "ipv6": "6:0:3::2" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/6o4/update_vpp2.json b/tests/data_plane/configs/odl/basic/6o4/update_vpp2.json new file mode 100644 index 0000000..e8a8cfd --- /dev/null +++ b/tests/data_plane/configs/odl/basic/6o4/update_vpp2.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:2::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:ipv4-afi", + "ipv4": "6.0.3.20" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/6o4/vpp1.json b/tests/data_plane/configs/odl/basic/6o4/vpp1.json new file mode 100644 index 0000000..f4cb476 --- /dev/null +++ b/tests/data_plane/configs/odl/basic/6o4/vpp1.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:1::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:ipv4-afi", + "ipv4": "6.0.3.1" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/6o4/vpp2.json b/tests/data_plane/configs/odl/basic/6o4/vpp2.json new file mode 100644 index 0000000..52f2125 --- /dev/null +++ b/tests/data_plane/configs/odl/basic/6o4/vpp2.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:2::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:ipv4-afi", + "ipv4": "6.0.3.2" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/6o6/update_vpp2.json b/tests/data_plane/configs/odl/basic/6o6/update_vpp2.json new file mode 100644 index 0000000..6cd17a8 --- /dev/null +++ b/tests/data_plane/configs/odl/basic/6o6/update_vpp2.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:2::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::20" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/6o6/vpp1.json b/tests/data_plane/configs/odl/basic/6o6/vpp1.json new file mode 100644 index 0000000..3af329b --- /dev/null +++ b/tests/data_plane/configs/odl/basic/6o6/vpp1.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:1::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" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/basic/6o6/vpp2.json b/tests/data_plane/configs/odl/basic/6o6/vpp2.json new file mode 100644 index 0000000..fcc6ecd --- /dev/null +++ b/tests/data_plane/configs/odl/basic/6o6/vpp2.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:2::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::2" + } + } + ] + } + } +} diff --git a/tests/data_plane/configs/odl/replace_ipv4_odl2.txt b/tests/data_plane/configs/odl/replace_ipv4_odl2.txt deleted file mode 100644 index 089516b..0000000 --- a/tests/data_plane/configs/odl/replace_ipv4_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "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" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/replace_ipv4o6_odl2.txt b/tests/data_plane/configs/odl/replace_ipv4o6_odl2.txt deleted file mode 100644 index 9b6ba62..0000000 --- a/tests/data_plane/configs/odl/replace_ipv4o6_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "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:ipv6-afi", - "ipv6": "6:0:3::20" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/replace_ipv6_odl2.txt b/tests/data_plane/configs/odl/replace_ipv6_odl2.txt deleted file mode 100644 index 6cd17a8..0000000 --- a/tests/data_plane/configs/odl/replace_ipv6_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", - "ipv6-prefix": "6:0:2::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::20" - } - } - ] - } - } -} diff --git a/tests/data_plane/configs/odl/replace_ipv6o4_odl2.txt b/tests/data_plane/configs/odl/replace_ipv6o4_odl2.txt deleted file mode 100644 index e8a8cfd..0000000 --- a/tests/data_plane/configs/odl/replace_ipv6o4_odl2.txt +++ /dev/null @@ -1,29 +0,0 @@ -{ - "input": { - "mapping-record": { - "recordTtl": 1440, - "action": "NoAction", - "authoritative": true, - "eid": { - "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", - "ipv6-prefix": "6:0:2::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:ipv4-afi", - "ipv4": "6.0.3.20" - } - } - ] - } - } -} -- cgit 1.2.3-korg