Lines Matching refs:iteration_index

303     def get_output_dir(self, options, iteration_index, suite_retry_index):  argument
340 …def _run_remote_server(self, options, iteration_index=1, suite_retry_index=0, remote_server_port=N… argument
440 output_dir = self.get_output_dir(options, iteration_index, suite_retry_index)
536 def run(self, options, run_id=0, iteration_index=1, suite_retry_index=0): argument
554 …tTestSuite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_retry_…
570 iteration_index,
580 iteration_index,
599 …tTestSuite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_retry_…
691 def should_retry_suite(self, options, iteration_index, suite_retry_index): argument
694 output_dir = self.get_output_dir(options, iteration_index, suite_retry_index)
729 def _run_dependencies(self, test_cases_names, options, iteration_index=1, suite_retry_index=0): argument
734 … return self._run_inner(None, None, test_cases_names, options, iteration_index, suite_retry_index)
737 …def _run_inner(self, fixture, hotspot, test_cases_names, options, iteration_index=1, suite_retry_i… argument
741 output_dir = self.get_output_dir(options, iteration_index, suite_retry_index)
776 if not self._run_dependencies(deps, options, iteration_index, suite_retry_index):
845 … self.timeout_handler = self._create_timeout_handler(options, iteration_index, suite_retry_index)
851 output_dir = self.get_output_dir(options, iteration_index, suite_retry_index)
865 self.copy_mono_logs(options, iteration_index, suite_retry_index)
869 def _create_timeout_handler(self, options, iteration_index, suite_retry_index): argument
883 …tTestSuite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_retry_…
892 …def copy_mono_logs(self, options: Namespace, iteration_index: int, suite_retry_index: int) -> None:
897 output_dir = self.get_output_dir(options, iteration_index, suite_retry_index)