Searched refs:_run_loggables_ignoring_errors (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/bin/
H A Dbase_sysinfo_unittest.py23 """Tests _run_loggables_ignoring_errors when no loggable throws"""
28 base_sysinfo._run_loggables_ignoring_errors(loggables, self._output_dir)
33 """Tests _run_loggables_ignoring_errors when one loggable throws"""
41 base_sysinfo._run_loggables_ignoring_errors(loggables, self._output_dir)
H A Dbase_sysinfo.py304 _run_loggables_ignoring_errors(
359 _run_loggables_ignoring_errors(self.test_loggables, test_sysinfodir)
392 _run_loggables_ignoring_errors(self.before_iteration_loggables, logdir)
412 _run_loggables_ignoring_errors(self.after_iteration_loggables, logdir)
495 def _run_loggables_ignoring_errors(loggables, output_dir): function

Completed in 151 milliseconds