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.py255 def _create_command(self, robot_test): argument
257 if robot_test:
343 robot_test = getattr(harness, "is_robot_test", False)
345 command = self._create_command(robot_test)
355 if robot_test:
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py436 robot_test, argument
458 command = handler._create_command(robot_test)