From 06754e808490da133ebdb0194d2970ed29312d5e Mon Sep 17 00:00:00 2001 From: Ashish Date: Fri, 22 Jan 2016 15:51:52 +0530 Subject: [PATCH] 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 --- .../Clustering_Datastore/140_recovery_restart_follower.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6