Attempt to catch errors on run_keyword_and_continue_on_failure.

The following statement in obmc_boot_test.py often fails.
However, we do NOT continue on error as expected.

BuiltIn().run_keyword_and_continue_on_failure("FFDC")

I surrounded this call with try/except to try to catch errors
and continue.

Change-Id: I7575b1453e82814a76aa8f9fbfb39ac0ac9ee849
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
1 file changed