Lines Matching refs:command
44 device.command = ['python3', script_path]
72 device.command = ['python3', script_path, '--long-sleep', '--sleep=5']
85 device.command = []
95 device.command = ['echo', 'TEST']
104 device.command = ['echo', 'TEST']
113 device.command = ['echo', 'TEST']
173 device.command = ['python3', script_path, '--sleep=0.05']
200 assert isinstance(device.command, list)
201 assert device.command == [str(device.device_config.build_dir / 'zephyr' / 'zephyr.exe')]
208 assert isinstance(device.command, list)
209 assert device.command == ['west', 'build', '-d', str(tmp_path), '-t', 'run']
222 assert isinstance(device.command, list)
223 assert device.command == [str(tmp_path / 'testbinary')]