Add False check to validation
[integration/test.git] / csit / libraries / OpenStackOperations.robot
index 2a66bc1762adaea3ef4c96317c8bda7ddfe9d798..2b594be96c0706e8ec19051b473cbc4ee3bb8674 100644 (file)
@@ -1141,7 +1141,7 @@ Validate Deployment
     Write To Validate File    ----------------------------------------\n${SUITE_NAME}\n
     : FOR    ${keyword}    IN    @{VALIDATION_KEYWORDS}
     \    ${status} =    Builtin.Run Keyword And Return Status    ${keyword}
-    \    BuiltIn.Run Keyword If    "${status}" == "FAIL"    BuiltIn.Run Keywords    Write To Validate File    Failed: ${keyword}
+    \    BuiltIn.Run Keyword If    "${status}" == "FAIL" or "${status}" == "False"    BuiltIn.Run Keywords    Write To Validate File    Failed: ${keyword}
     \    ...    AND    BuiltIn.Fail
     \    ...    ELSE    Write To Validate File    Passed: ${keyword}