From ab2ca43d8088b84f51764ba79f2321786ecbe8c7 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 26 Mar 2019 09:36:56 -0700 Subject: [PATCH] Move ${VPNV4_ADDR_FAMILY} to lib file this was missed in https://git.opendaylight.org/gerrit/#/c/80758 Change-Id: I2cfb0655ccf49f2805b59942ab9e8ec61d8f967e Signed-off-by: Jamo Luhrsen --- csit/libraries/BgpOperations.robot | 1 + csit/suites/netvirt/bgpmultipath/l3vpn_bgp_multipath.robot | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/BgpOperations.robot b/csit/libraries/BgpOperations.robot index 1b03770325..18310ba160 100644 --- a/csit/libraries/BgpOperations.robot +++ b/csit/libraries/BgpOperations.robot @@ -22,6 +22,7 @@ ${NEW_AS_PATH} ${EMPTY} ${NEW_IPV4_ROUTES_LINE} ${EMPTY} ${OLD_IPV4_ROUTES_LINE} \n"bgp-inet:ipv4-routes": {}, ${BGP_CONFIG_SERVER_CMD} bgp-connect -h ${ODL_SYSTEM_IP} -p 7644 add +${VPNV4_ADDR_FAMILY} vpnv4 ${DISPLAY_VPN4_ALL} show-bgp --cmd "ip bgp ${VPNV4_ADDR_FAMILY} all" *** Keywords *** diff --git a/csit/suites/netvirt/bgpmultipath/l3vpn_bgp_multipath.robot b/csit/suites/netvirt/bgpmultipath/l3vpn_bgp_multipath.robot index 271dbd548a..0367392f31 100644 --- a/csit/suites/netvirt/bgpmultipath/l3vpn_bgp_multipath.robot +++ b/csit/suites/netvirt/bgpmultipath/l3vpn_bgp_multipath.robot @@ -30,7 +30,6 @@ Resource ../../../variables/Variables.robot @{SUBNET_CIDR} 22.1.1.0/24 33.1.1.0/24 44.1.1.0/24 @{ROUTERS} multipath_router_1 multipath_router_2 multipath_router_3 ${AS_ID} 100 -${VPNV4_ADDR_FAMILY} vpnv4 ${BGP_CACHE} bgp-cache ${BGP_CONNECT} bgp-connect -h ${ODL_SYSTEM_IP} -p 7644 add ${DIPSLAY_FIB} fib-show -- 2.36.6