Home
last modified time | relevance | path

Searched refs:execute_command (Results 1 – 16 of 16) sorted by relevance

/external/autotest/site_utils/
Dmysql_bootstrap.py102 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')
Dserver_manager_unittest.py218 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())
Dserver_manager_actions.py103 infra.execute_command(server.hostname, command)
Ddeploy_production.py178 output = infra.execute_command(server, cmd)
Dserver_manager_utils.py167 infra.execute_command(hostname, 'true')
/external/libcxx/utils/sym_check/sym_check/
Dutil.py8 def execute_command(cmd, input_str=None): function
29 out, err, exitCode = execute_command(cmd, input_str=input_str)
/external/autotest/site_utils/lib/
Dinfra.py111 def execute_command(host, cmd, **kwargs): function
212 servers_csv = execute_command(sam, _VALUE_FROM_CONFIG % (section, key))
/external/autotest/site_utils/stats/
Dhostinfo.py19 out = infra.execute_command(server, 'ss -o state time-wait | wc -l')
Ddevserverinfo.py19 out = infra.execute_command(server, 'ps -C devserver.py| wc -l')
/external/autotest/puppylab/
Dvm_manager.py72 return infra.execute_command(
Dclusterctl97 infra.execute_command(
/external/autotest/scheduler/
Dpidfile_monitor.py62 self.pidfile_id = self._drone_manager.execute_command(
Ddrone_manager_unittest.py279 pidfile_id = self.manager.execute_command(
302 self.manager.execute_command(command=['test'],
Ddrone_utility.py331 def execute_command(self, command, working_directory, log_file, member in BaseDroneUtility
Ddrone_manager.py708 def execute_command(self, command, working_directory, pidfile_name, member in BaseDroneManager
Dmonitor_db_functional_test.py247 def execute_command(self, command, working_directory, pidfile_name, member in MockDroneManager