Searched refs:full_cmd (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/hardware_I2CProbe/ |
D | hardware_I2CProbe.py | 20 full_cmd = 'i2cdetect -y %d 0x%x 0x%x' % (bus, addr, addr) 21 result = utils.system_output(full_cmd) 22 logging.debug('Command: %s', full_cmd)
|
/external/autotest/site_utils/ |
D | mysql_bootstrap.py | 93 def execute(dest_server, full_cmd): argument 102 return infra.execute_command(dest_server, full_cmd) 105 (full_cmd, dest_server))
|
/external/autotest/client/cros/ |
D | ec.py | 71 full_cmd = 'ectool --name=%s %s' % (self._target, cmd) 72 result = utils.system_output(full_cmd, **kwargs) 73 logging.debug('Command: %s', full_cmd)
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | platform_ToolchainOptions.py | 162 full_cmd = self.get_cmd(cmd, find_options) 163 bad_files = utils.system_output(full_cmd)
|
/external/autotest/server/hosts/ |
D | ssh_host.py | 116 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command)) 174 result = utils.run(full_cmd, timeout, True, stdout, stderr,
|
/external/autotest/client/bin/ |
D | site_utils.py | 704 full_cmd = 'ectool temps all' 705 lines = utils.run(full_cmd, verbose=False).stdout.splitlines()
|
/external/autotest/server/ |
D | autotest.py | 730 full_cmd = self.get_background_cmd(section) 737 result = self.host.run(full_cmd, ignore_status=True,
|