From: Tomas Markovic Date: Wed, 18 Apr 2018 05:55:52 +0000 (+0200) Subject: Application peer oxygen route key X-Git-Tag: pre-potassium~843 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=9135ca170a8f491efb33a48d0501a1b25395e38a;p=integration%2Ftest.git Application peer oxygen route key Output was the same for both oxygen, and fluorine versions. Add fluorine output and change the default output to match oxygen values. Change-Id: Ic71a05a3d4e094f00b88adcae23ac027c202da17 Signed-off-by: Tomas Markovic --- diff --git a/csit/variables/bgpfunctional/bgppolicies/app_peer_rib.fluorine/data.json b/csit/variables/bgpfunctional/bgppolicies/app_peer_rib.fluorine/data.json new file mode 100644 index 0000000000..2145c18604 --- /dev/null +++ b/csit/variables/bgpfunctional/bgppolicies/app_peer_rib.fluorine/data.json @@ -0,0 +1,23 @@ +{ + "bgp-inet:ipv4-routes": { + "ipv4-route": [ + { + "attributes": { + "as-path": {}, + "ipv4-next-hop": { + "global": "10.11.1.1" + }, + "local-pref": { + "pref": 100 + }, + "origin": { + "value": "igp" + } + }, + "path-id": 0, + "prefix": "10.0.0.17/32", + "route-key": "10.0.0.17/32" + } + ] + } +} diff --git a/csit/variables/bgpfunctional/bgppolicies/app_peer_rib.fluorine/location.uri b/csit/variables/bgpfunctional/bgppolicies/app_peer_rib.fluorine/location.uri new file mode 100644 index 0000000000..d60fc01184 --- /dev/null +++ b/csit/variables/bgpfunctional/bgppolicies/app_peer_rib.fluorine/location.uri @@ -0,0 +1 @@ +restconf/config/bgp-rib:application-rib/$IP/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/bgp-inet:ipv4-routes diff --git a/csit/variables/bgpfunctional/bgppolicies/app_peer_rib/data.json b/csit/variables/bgpfunctional/bgppolicies/app_peer_rib/data.json index 2145c18604..be247f1a10 100644 --- a/csit/variables/bgpfunctional/bgppolicies/app_peer_rib/data.json +++ b/csit/variables/bgpfunctional/bgppolicies/app_peer_rib/data.json @@ -15,8 +15,7 @@ } }, "path-id": 0, - "prefix": "10.0.0.17/32", - "route-key": "10.0.0.17/32" + "prefix": "10.0.0.17/32" } ] }