Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py254 def _create_command(self, robot_test): argument
256 if robot_test:
342 robot_test = getattr(harness, "is_robot_test", False)
344 command = self._create_command(robot_test)
354 if robot_test:
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py436 robot_test, argument
458 command = handler._create_command(robot_test)