/external/autotest/site_utils/ |
D | mysql_bootstrap.py | 102 return infra.execute_command(dest_server, full_cmd) 152 infra.execute_command(dest_host, 'echo "hello"') 191 return infra.execute_command('localhost', cmd).rstrip('\n')
|
D | server_manager_unittest.py | 218 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg()) 244 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg()) 325 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg()) 355 infra.execute_command(mox.IgnoreArg(), mox.IgnoreArg())
|
D | server_manager_actions.py | 103 infra.execute_command(server.hostname, command)
|
D | deploy_production.py | 178 output = infra.execute_command(server, cmd)
|
D | server_manager_utils.py | 167 infra.execute_command(hostname, 'true')
|
/external/libcxx/utils/sym_check/sym_check/ |
D | util.py | 8 def execute_command(cmd, input_str=None): function 29 out, err, exitCode = execute_command(cmd, input_str=input_str)
|
/external/autotest/site_utils/lib/ |
D | infra.py | 111 def execute_command(host, cmd, **kwargs): function 212 servers_csv = execute_command(sam, _VALUE_FROM_CONFIG % (section, key))
|
/external/autotest/site_utils/stats/ |
D | hostinfo.py | 19 out = infra.execute_command(server, 'ss -o state time-wait | wc -l')
|
D | devserverinfo.py | 19 out = infra.execute_command(server, 'ps -C devserver.py| wc -l')
|
/external/autotest/puppylab/ |
D | vm_manager.py | 72 return infra.execute_command(
|
D | clusterctl | 97 infra.execute_command(
|
/external/autotest/scheduler/ |
D | pidfile_monitor.py | 62 self.pidfile_id = self._drone_manager.execute_command(
|
D | drone_manager_unittest.py | 279 pidfile_id = self.manager.execute_command( 302 self.manager.execute_command(command=['test'],
|
D | drone_utility.py | 331 def execute_command(self, command, working_directory, log_file, member in BaseDroneUtility
|
D | drone_manager.py | 708 def execute_command(self, command, working_directory, pidfile_name, member in BaseDroneManager
|
D | monitor_db_functional_test.py | 247 def execute_command(self, command, working_directory, pidfile_name, member in MockDroneManager
|