Searched refs:get_run_id (Results 1 – 5 of 5) sorted by relevance
48 self.assertIn(metrics.get_run_id(), mock_print.call_args[0][0])59 self.assertNotIn(metrics.get_run_id(), mock_print.call_args[0][0])
155 def get_run_id() -> str: function157 return metrics_base.MetricsBase.get_run_id()
166 def get_run_id(cls) -> str: member in MetricsBase
230 build_client, atest_run_id or metrics.get_run_id()
274 [uploader_path.as_posix(), logs_dir.as_posix(), metrics.get_run_id()],