Searched refs:suite_retry_index (Results 1 – 3 of 3) sorted by relevance
/Renode-v1.15.3-c57714d/tests/ |
D | robot_tests_provider.py | 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 544 if suite_retry_index == 0: 554 …Suite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_retry_index) 571 suite_retry_index) 581 suite_retry_index) 599 …Suite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_retry_index) 691 def should_retry_suite(self, options, iteration_index, suite_retry_index): argument [all …]
|
D | nunit_tests_provider.py | 34 def get_output_dir(self, options, iteration_index, suite_retry_index): argument 85 def run(self, options, run_id, iteration_index=1, suite_retry_index=0): argument 165 def should_retry_suite(self, options, iteration_index, suite_retry_index): argument
|
D | tests_engine.py | 355 suite_retry_index=retry_suites_counter - 1) 432 suite_retry_index = 0 445 suite_retry_index += 1
|