Comment #5 on issue 964 by pekka.klarck: WARN test result http://code.google.com/p/robotframework/issues/detail?id=964
@aravindh9, using non-critical failures ought to work fine in your case. In practice you can tag the test e.g. with `not-ready` tag, let it fail at the point where the keyword is not ready, and run tests with `--NonCritical not-ready` command line option.
