Adds test suits for Cluster HA Leader follower failover
[integration/test.git] / csit / libraries / ClusterKeywords.robot
index 91601daabd24e23b2af36a6b692c57974f73d29f..1f8ab31c540be6c408b64642960c9038a6556c76 100644 (file)
@@ -146,6 +146,7 @@ Start Multiple Controllers
     [Documentation]    Give this keyword a scalar or list of controllers to be started.
     : FOR    ${i}    IN    @{controller_index_list}
     \    ${output}=    Utils.Run Command On Controller    ${ODL_SYSTEM_${i}_IP}    ${WORKSPACE}/${BUNDLEFOLDER}/bin/start
+    : FOR    ${i}    IN    @{controller_index_list}
     \    ClusterKeywords.Wait For Controller Sync    ${timeout}    ${ODL_SYSTEM_${i}_IP}
 
 Get Controller List