commit | 3328caffccec56f02f42575459f1050f4668665a | [log] [tgz] |
---|---|---|
author | Michael Walsh <micwalsh@us.ibm.com> | Tue Mar 21 17:04:08 2017 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Mar 24 14:16:29 2017 +0000 |
tree | b7e9cd0400d020a04822ce25a8836a9008264069 | |
parent | e21c364e388996f7285d072d934467221054f5ba [diff] |
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>