Home
last modified time | relevance | path

Searched refs:exc_type (Results 1 – 7 of 7) sorted by relevance

/tools/asuite/atest-py2/metrics/
Dmetrics_utils.py78 exc_type, exc_msg, _ = sys.exc_info()
80 if exc_type:
81 logs = '{etype}: {value}'.format(etype=exc_type.__name__,
/tools/asuite/atest/metrics/
Dmetrics_utils.py78 exc_type, exc_msg, _ = sys.exc_info()
80 if exc_type:
81 logs = '{etype}: {value}'.format(etype=exc_type.__name__,
/tools/asuite/atest-py2/test_runners/
Dtest_runner_base.py111 exc_type, exc_msg, traceback_obj = sys.exc_info()
128 raise exc_type, exc_msg, traceback_obj
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
D__init__.py166 def __exit__(self, exc_type, exc_value, traceback): argument
173 super(BlockingBrowser, self).__exit__(exc_type, exc_value,
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py639 exc_type, _, _ = sys.exc_info()
644 use_case, exc_type))
/tools/acloud/internal/lib/
Dutils.py129 def __exit__(self, exc_type, exc_value, traceback): argument
151 if not exc_type and e.errno != errno.ENOENT:
154 if exc_type:
/tools/asuite/aidegen/lib/
Dconfig.py87 def __exit__(self, exc_type, exc_val, exc_tb): argument