Home
last modified time | relevance | path

Searched refs:_create_command (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py255 def _create_command(self, robot_test): member in BinaryHandler
345 command = self._create_command(robot_test)
548 def _create_command(self, runner, hardware): member in DeviceHandler
724 command = self._create_command(runner, hardware)
1060 def _create_command(self, sysbuild_build_dir): member in QEMUHandler
1082 command = self._create_command(domain_build_dir)
1241 def _create_command(self, sysbuild_build_dir): member in QEMUWinHandler
1390 command = self._create_command(domain_build_dir)
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py458 command = handler._create_command(robot_test)
589 handler._create_command = mock.Mock(return_value=['dummy' , 'command'])
1186 command = handler._create_command(runner, hardware)
1454 handler._create_command = mock.Mock(return_value=['dummy', 'command'])
1642 result = handler._create_command(sysbuild_build_dir)
2029 handler._create_command = mock.Mock(return_value=command)