X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Fsuites%2Fcontroller%2FClustering_Datastore%2Fcar_outage_corners.robot;h=0f0fbc48bc952089d6252041eb520154ccd6e998;hp=000b24cce8b23efba63d00b5eba60536684e950b;hb=64410125e0097006a56a6787ebb19bccbd5bb08a;hpb=182298ef54d88b286f22c0dece96626d9aff87e6 diff --git a/csit/suites/controller/Clustering_Datastore/car_outage_corners.robot b/csit/suites/controller/Clustering_Datastore/car_outage_corners.robot index 000b24cce8..0f0fbc48bc 100644 --- a/csit/suites/controller/Clustering_Datastore/car_outage_corners.robot +++ b/csit/suites/controller/Clustering_Datastore/car_outage_corners.robot @@ -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.