Searched refs:robot_frontend_process (Results 1 – 1 of 1) sorted by relevance
/Renode-v1.15.3-c57714d/tests/ |
D | robot_tests_provider.py | 272 robot_frontend_process = None variable in RobotTestSuite 327 RobotTestSuite.robot_frontend_process = self._run_remote_server(options) 337 …return cls.robot_frontend_process is not None and is_process_running(cls.robot_frontend_process.pi… 497 self.robot_frontend_process = None 554 …RobotTestSuite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_re… 593 self._close_remote_server(RobotTestSuite.robot_frontend_process, options) 599 …RobotTestSuite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_re… 630 self._close_remote_server(RobotTestSuite.robot_frontend_process, options) 882 …self._close_remote_server(RobotTestSuite.robot_frontend_process, options, cleanup_timeout_override… 883 …RobotTestSuite.robot_frontend_process = self._run_remote_server(options, iteration_index, suite_re…
|