From: Ashish Date: Fri, 22 Jan 2016 10:21:52 +0000 (+0530) Subject: Adds 503 as a possible error code along with 500. X-Git-Tag: release/beryllium-sr1~168 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=06754e808490da133ebdb0194d2970ed29312d5e;p=integration%2Ftest.git Adds 503 as a possible error code along with 500. Change-Id: I769b96db1c5fb04f5b67bd8ee8fb28dc1ce798d2 Refer: https://bugs.opendaylight.org/show_bug.cgi?id=4140 Signed-off-by: Ashish --- diff --git a/csit/suites/controller/Clustering_Datastore/140_recovery_restart_follower.robot b/csit/suites/controller/Clustering_Datastore/140_recovery_restart_follower.robot index 819bea2c26..d92e88675c 100644 --- a/csit/suites/controller/Clustering_Datastore/140_recovery_restart_follower.robot +++ b/csit/suites/controller/Clustering_Datastore/140_recovery_restart_follower.robot @@ -51,7 +51,7 @@ Stop Both Of The Followers Attempt To Add A Car To The Leader [Documentation] Add car should fail as both followers are down - AddCar ${CURRENT_CAR_LEADER} ${RESTCONFPORT} ${1} 500 + AddCar ${CURRENT_CAR_LEADER} ${RESTCONFPORT} ${1} 500 503 Sleep 2 ${resp} Getcars ${CURRENT_CAR_LEADER} ${RESTCONFPORT} ${1} Should Not Be Equal As Strings ${resp.status_code} 200