Adds 503 as a possible error code along with 500.
[integration/test.git] / csit / suites / controller / Clustering_Datastore / 140_recovery_restart_follower.robot
index 819bea2c2610997a4b29a82b503b7a0dd11f937f..d92e88675c434f88e6910312da4265bc117e6af3 100644 (file)
@@ -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