Increase installation wait times in netconf stress HA job 27/46727/1
authorVratko Polak <vrpolak@cisco.com>
Mon, 10 Oct 2016 13:32:20 +0000 (15:32 +0200)
committerVratko Polak <vrpolak@cisco.com>
Mon, 10 Oct 2016 13:32:20 +0000 (15:32 +0200)
Change-Id: Ia2345b82f25645ab574a9009da9246296a5ba5ae
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/suites/netconf/clusteringscale/staggered_install.robot

index 3dd74768b25a71608b4907613efb961616b571c4..3b4aa88cd517164a41c237f3b25937407f14ea21 100644 (file)
@@ -66,13 +66,14 @@ Resource          ${CURDIR}/../../../libraries/WaitForFailure.robot
 
 *** Variables ***
 ${FEATURE_ONCT}    odl-netconf-clustered-topology    # the feature name is mentioned multiple times, this is to prevent typos
-${OWNER_ELECTION_TIMEOUT}    60s    # large value to allow for recolving complicated interactions
+${OWNER_ELECTION_TIMEOUT}    180s    # very large value to allow for -all- jobs with many feature installations taking up time
 
 *** Test Cases ***
 Locate_Leader
     [Documentation]    Set suite variables based on where the Leader is.
+    ...    As this test may get executed just after cluster restart, WUKS is used to give ODL chance to elect Leaders.
     BuiltIn.Comment    FIXME: Migrate Set_Variables_For_Shard to ClusterManagement.robot
-    CarPeople.Set_Variables_For_Shard    shard_name=topology    shard_type=config
+    BuiltIn.Wait_Until_Keyword_Succeeds    3m    15s    CarPeople.Set_Variables_For_Shard    shard_name=topology    shard_type=config
 
 Install_Feature_On_Followers
     [Documentation]    Perform feature installation on follower members, one by one.