Home
last modified time | relevance | path

Searched defs:ignore_status (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/autotest/client/common_lib/
H A Dutils.py680 def run(command, timeout=None, ignore_status=False, stdout_tee=None, argument
763 def run_parallel(commands, timeout=None, ignore_status=False, argument
1021 def system(command, timeout=None, ignore_status=False): argument
1037 def system_parallel(commands, timeout=None, ignore_status=False): argument
1045 def system_output(command, timeout=None, ignore_status=False, argument
1077 def system_output_parallel(commands, timeout=None, ignore_status=False, argument
1679 def make(extra='', make='make', timeout=None, ignore_status=False): argument
2525 def control_service(service_name, action='start', ignore_status=True): argument
2546 def restart_service(service_name, ignore_status=True): argument
2559 def start_service(service_name, ignore_status=True): argument
[all …]
H A Drevision_control.py125 def _run(self, command, timeout=None, ignore_status=False): argument
138 def gitcmd(self, cmd, ignore_status=False, error_class=None, argument
H A Dprocess_utils.py12 ignore_status=False): argument
/aosp_15_r20/external/autotest/server/hosts/
H A Dssh_host.py130 def _tls_run(self, original_cmd, timeout, ignore_status, stdout, stderr, argument
158 def _run(self, command, timeout, ignore_status, stdout, stderr, argument
347 def run(self, command, timeout=None, ignore_status=False, argument
451 def run_grep(self, command, timeout=30, ignore_status=False, argument
H A Dattached_device_host.py179 ignore_status=False, argument
H A Dandroid_host.py165 def run_adb_command(self, adb_command, ignore_status=False): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py156 ignore_status=False, argument
395 def send_file(self, local_path, remote_path, ignore_status=False): argument
408 def pull_file(self, local_path, remote_path, ignore_status=False): argument
/aosp_15_r20/external/autotest/client/cros/update_engine/
H A Ddlc_util.py96 def uninstall(self, dlc_id, ignore_status=False): argument
111 def purge(self, dlc_id, ignore_status=False): argument
/aosp_15_r20/external/autotest/server/cros/crosperf/
H A Ddevice_setup_utils.py23 def run_command_on_dut(dut, command, ignore_status=False): argument
67 def set_cpu_governor(dut, governor, ignore_status=False): argument
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dcros_config_unittest.py130 ignore_status=False): argument
217 ignore_status=False): argument
H A Dcr50_utils.py239 def GSCTool(client, args, ignore_status=False, expect_reboot=False): argument
573 def RMAOpen(client, cmd='', ignore_status=False): argument
H A Davahi_utils.py109 def avahi_stop(ignore_status=False, host=None): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py146 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
258 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
Dfastboot.py58 ignore_status=False, argument
/aosp_15_r20/external/autotest/client/common_lib/hosts/
H A Dbase_classes.py102 def run(self, command, timeout=3600, ignore_status=False, argument
411 def erase_dir_contents(self, path, ignore_status=True, timeout=3600): argument
/aosp_15_r20/system/tools/aidl/tests/
Daidl_integration_test.py71 def run(self, command, background=None, ignore_status=False): argument
92 def adb(self, command, ignore_status=False): argument
/aosp_15_r20/external/autotest/client/cros/power/
H A Dpower_utils.py211 def _charge_control_by_ectool(is_charge, ignore_status): argument
241 def charge_control_by_ectool(is_charge, ignore_status=True): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dip.py92 def remove_ipv4_address(self, net_interface, address, ignore_status=False): argument
/aosp_15_r20/external/autotest/client/site_tests/firmware_LockedME/
H A Dfirmware_LockedME.py24 def flashrom(self, ignore_status=False, args=()): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py110 ignore_status=False, argument
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/net/
DDNSTest.py64 def ping(self, addr, ignore_status=True, timeout=60): argument
/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dshell_wrapper.py73 def run_command_get_result(self, cmd, ignore_status=False): argument
/aosp_15_r20/external/autotest/client/cros/
H A Dliststorage.py61 def system_output(command, host=None, ignore_status=False): argument
/aosp_15_r20/external/autotest/site_utils/lxc/
H A Dutils.py85 force=True, snapshots=False, ignore_status=False, timeout=-1): argument
/aosp_15_r20/external/autotest/client/bin/
H A Dlocal_host.py52 def run(self, command, timeout=3600, ignore_status=False, argument

12