From 9d427f595361c4217258c341d23fab354d2b286d Mon Sep 17 00:00:00 2001 From: JayaPr Date: Fri, 7 Jun 2019 20:36:32 +0530 Subject: [PATCH] Modified the description for bgp_multipath_maxpath Change-Id: Ifa5e505cd9d497f97ba71a79383a6a4bd240c467 Signed-off-by: JayaPr --- .../l3vpn_bgp/l3vpn_bgp_multipath_maxpath_cli.robot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/csit/suites/netvirt/l3vpn_bgp/l3vpn_bgp_multipath_maxpath_cli.robot b/csit/suites/netvirt/l3vpn_bgp/l3vpn_bgp_multipath_maxpath_cli.robot index 337580d1ec..c919a1750f 100644 --- a/csit/suites/netvirt/l3vpn_bgp/l3vpn_bgp_multipath_maxpath_cli.robot +++ b/csit/suites/netvirt/l3vpn_bgp/l3vpn_bgp_multipath_maxpath_cli.robot @@ -40,8 +40,8 @@ ${NUM_OF_L3VPN} 3 ${START_VALUE} 0 *** Test Cases *** -Verify ODL supports REST API/CLI for multipath configuration (enable/disable multipath) - [Documentation] Enable and disable multipath on ODL using karaf CLI and verifying it +Verify ODL supports CLI for multipath configuration (enable/disable multipath) + [Documentation] Enable and disable multipath on ODL using karaf CLI and verify Configure Multipath On ODL ${ENABLE} Verify Multipath ${ENABLE} Configure Multipath On ODL ${DISABLE} @@ -49,8 +49,8 @@ Verify ODL supports REST API/CLI for multipath configuration (enable/disable mul Configure Multipath On ODL ${ENABLE} Verify Multipath ${ENABLE} -Verify CSC supports REST API/CLI for max path configuration - [Documentation] Verify CSC supports REST API/CLI for max path configuration +Verify CSC supports CLI for max path configuration + [Documentation] Verify CSC supports CLI for max path configuration : FOR ${idx} IN RANGE ${START_VALUE} ${NUM_OF_DCGW} \ VpnOperations.VPN Create L3VPN name=@{VPN_NAME}[${idx}] vpnid=@{VPN_ID}[${idx}] rd=@{L3VPN_RD_IRT_ERT}[${idx}] exportrt=@{L3VPN_RD_IRT_ERT}[${idx}] importrt=@{L3VPN_RD_IRT_ERT}[${idx}] VpnOperations.Verify L3VPN On ODL @{VPN_ID} @@ -97,7 +97,7 @@ Verify ODL supports dynamic configuration changes for max path value \ BuiltIn.Wait Until Keyword Succeeds 60s 10s Verify FIB Entry On ODL @{NETWORK_IP}[0] @{NUM_OF_ROUTES}[${index}] Verify that ECMP path gets withdrawn by QBGP after disabling multipath - [Documentation] Verify that ECMP path gets withdrawn by QBGP after disabling multipath + [Documentation] Verify that ECMP path gets withdrawn by QBGP after disabling multipath by setting multipath value to 1 VpnOperations.VPN Create L3VPN name=@{VPN_NAME}[0] vpnid=@{VPN_ID}[0] rd=@{L3VPN_RD_IRT_ERT}[0] exportrt=@{L3VPN_RD_IRT_ERT}[0] importrt=@{L3VPN_RD_IRT_ERT}[0] VpnOperations.Verify L3VPN On ODL @{VPN_ID}[0] VpnOperations.Associate VPN to Router routerid=@{router_id_list}[0] vpnid=@{VPN_ID}[0] -- 2.36.6