Modified the description for bgp_multipath_maxpath 37/82437/2
authorJayaPr <jaya.priyadarshini@ericsson.com>
Fri, 7 Jun 2019 15:06:32 +0000 (20:36 +0530)
committerJayaPr <jaya.priyadarshini@ericsson.com>
Fri, 13 Sep 2019 15:32:54 +0000 (21:02 +0530)
Change-Id: Ifa5e505cd9d497f97ba71a79383a6a4bd240c467
Signed-off-by: JayaPr <jaya.priyadarshini@ericsson.com>
csit/suites/netvirt/l3vpn_bgp/l3vpn_bgp_multipath_maxpath_cli.robot

index 337580d1ecdfbae5deea7c215296ea0ad1b5e065..c919a1750f25cf3ce077f4c96548ed4fbaa60498 100644 (file)
@@ -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]