[autotest] Handle error in bug tracker api client initialization
Error in bug tracker api client initialization will crash dynamic suite.
This cl handles the error properly.
BUG=chromium:486895
TEST=Force it to throw an apiclient.error.Error and run, confirm
the exception is handled.
python
>>> import common
>>> from autotest_lib.server.cros.dynamic_suite import reporting
>>> reporting.Reporter()
Change-Id: I34aa506b79130e41dbea783290ebb260f1bf01d3
Reviewed-on: https://chromium-review.googlesource.com/270475
Tested-by: Fang Deng <fdeng@chromium.org>
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Commit-Queue: Fang Deng <fdeng@chromium.org>
1 file changed