Remove unneeded line 15/57415/2
authorPeter Gubka <pgubka@cisco.com>
Fri, 19 May 2017 10:49:08 +0000 (12:49 +0200)
committerPeter Gubka <pgubka@cisco.com>
Fri, 19 May 2017 11:01:22 +0000 (13:01 +0200)
Fix bug 8512.

Change-Id: I11e4c4777ce5e88c122892cf02c9ae4462a1c5b6
Signed-off-by: Peter Gubka <pgubka@cisco.com>
csit/libraries/controller/DdbCommons.robot

index 7bde791e0f5e652a1b510223e66860c53015ef09..38c735513a46c8d61aecb51483714521f7647ca3 100644 (file)
@@ -114,8 +114,8 @@ Clean_Leader_Shutdown_PrefBasedShard_Test_Templ
     ClusterAdmin.Remove_Prefix_Shard_Replica    ${actual_leader}    ${shard_name}    member-${actual_leader}    ${shard_type}
     BuiltIn.Wait_Until_Keyword_Succeeds    15s    2s    ClusterManagement.Get_Leader_And_Followers_For_Shard    shard_name=${shard_name}!!    shard_type=${shard_type}    member_index_list=${follower_list}
     ...    verify_restconf=False
+    # TODO: Check on the result of this
     BuiltIn.Run_Keyword_And_Ignore_Error    ClusterManagement.Get_Raft_State_Of_Shard_At_Member    shard_name=${shard_name}!!    shard_type=${shard_type}    member_index=${actual_leader}
-    WaitForFailure.Confirm_Keyword_Fails_Within_Timeout    10s    2s    ClusterManagement.Get_Raft_State_Of_Shard_At_Member    shard_name=${shard_name}!!    shard_type=${shard_type}    member_index=${actual_leader}
     ${resp_list} =    MdsalLowlevelPy.Wait_For_Transactions
     TemplatedRequests.Check_Status_Code    @{resp_list}[0]
     [Teardown]    BuiltIn.Run_Keywords    BuiltIn.Run_Keyword_And_Ignore_Error    BuiltIn.Wait_Until_Keyword_Succeeds    30s    3s    ClusterManagement.Get_Leader_And_Followers_For_Shard