Home
last modified time | relevance | path

Searched refs:test_instance (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py282 def _write_to_testtracker(self, test_instance, signal): argument
293 tt_prop_to_param_names = test_instance.user_params.get(
304 if param_name in test_instance.user_params:
306 test_instance.user_params[param_name])
308 if (hasattr(test_instance, 'android_devices') and
311 test_instance.android_devices[0].build_info['build_id'])
315 test_instance.log_path, testtracker_properties)
317 signal, test_instance.begin_time)
319 test_instance.log.exception('TestTracker Error')
Dbase_test.py54 test_instance = event.test_class
56 for ad in getattr(test_instance, 'android_devices', []):
65 test_instance.results.error.append(
68 test_instance.log.error('BaseTest setup_test error: %s' % e.details)
70 test_instance.log.warning(
72 test_instance.log.warning('Error: %s' % e)
78 test_instance = event.test_class
81 for ad in getattr(test_instance, 'android_devices', []):
87 test_instance.results.error.append(
90 test_instance.log.error('BaseTest teardown_test error: %s' % e.details)
[all …]