Tolerate timeout when accessing isolated member 90/57290/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 17 May 2017 15:09:01 +0000 (17:09 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 17 May 2017 17:02:56 +0000 (17:02 +0000)
Change-Id: I8e8a61773c3a52a7ac693bd6ae80ee0088c7a7d2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/suites/controller/Clustering_Datastore/car_outage_corners.robot

index 000b24cce8b23efba63d00b5eba60536684e950b..0f0fbc48bc952089d6252041eb520154ccd6e998 100644 (file)
@@ -55,7 +55,9 @@ Attempt_To_Add_Cars_To_Leader
     ${status}    ${message} =    BuiltIn.Run_Keyword_And_Ignore_Error    TemplatedRequests.Put_As_Json_Templated    folder=${VAR_DIR}/cars    session=${car_leader_session}    iterations=${CAR_ITEMS}
     ...    iter_start=${MINORITY_START_I}
     # TODO: Is there a specific status and mesage to require in this scenario?
-    BuiltIn.Should_Contain    ${message}    '50
+    # Previously it was 500, now the restconf call simply times out.
+    BuiltIn.Log    ${message}
+    BuiltIn.Should_Be_Equal    ${status}    FAIL
 
 Start_Tipping_Follower
     [Documentation]    Start one Follower member without persisted data.