To Fixed The Failure Scenarios for Southbound_Cluster. 58/39458/2
authorPoornachandrarao <poornachandrarao.b@hcl.com>
Thu, 26 May 2016 15:43:56 +0000 (11:43 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 27 May 2016 20:56:05 +0000 (20:56 +0000)
Change-Id: Iaed86ed075a3a8aa56923db951e09a16b788059e
Signed-off-by: Poornachandrarao <poornachandrarao.b@hcl.com>
csit/libraries/ClusterOvsdb.robot

index cce88130196b8402a07838f75f219f8dcffac0b0..749227a956171d4100906538e7fb9dbe2485912e 100644 (file)
@@ -108,7 +108,7 @@ Delete Sample Port And Verify
     [Documentation]    Delete port vx2 from bridge ${BRIDGE} in controller ${controller_index} and verify it gets deleted in all instances in ${controller_index_list}.
     ${dictionary}=    Create Dictionary    vx2=0
     ClusterKeywords.Delete And Check At URI In Cluster    ${controller_index_list}    ${controller_index}    ${CONFIG_TOPO_API}/topology/ovsdb:1/node/ovsdb:%2F%2Fuuid%2F${ovsdb_uuid}%2Fbridge%2F${BRIDGE}/termination-point/vx2/
-    Wait Until Keyword Succeeds    5s    1s    ClusterKeywords.Check Item Occurrence At URI In Cluster    ${controller_index_list}    ${dictionary}    ${OPERATIONAL_TOPO_API}
+    Wait Until Keyword Succeeds    5s    1s    ClusterKeywords.Check Item Occurrence At URI In Cluster    ${controller_index_list}    ${dictionary}    ${OPERATIONAL_TOPO_API}/topology/ovsdb:1/node/ovsdb:%2F%2Fuuid%2F${ovsdb_uuid}
 
 Delete Sample Bridge And Verify
     [Arguments]    ${controller_index_list}    ${controller_index}