/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 96 ssh_connection.run("pkill adb", ignore_status=True) 154 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 168 result = job.run(cmd, ignore_status=True, timeout=timeout) 175 if ignore_status: 260 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 264 ignore_status=ignore_status, 272 ignore_status=False, argument 275 'pull', command, ignore_status=ignore_status, timeout=timeout)
|
D | packet_capture.py | 119 self.ssh.run('iw dev %s del' % iface, ignore_status=True) 121 % (iface[-1], iface, mode), ignore_status=True) 122 self.ssh.run('ip link set %s up' % iface, ignore_status=True) 123 result = self.ssh.run('iw dev %s info' % iface, ignore_status=True) 129 self.ssh.run('iw dev %s del' % iface, ignore_status=True) 130 result = self.ssh.run('iw dev %s info' % iface, ignore_status=True) 220 (iface, channel), ignore_status=True) 231 bandwidth, center_freq), ignore_status=True) 233 result = self.ssh.run('iw dev %s info' % iface, ignore_status=True)
|
D | android_device.py | 664 ignore_status=True) 770 "grep '%s' %s" % (matching_string, logcat_path), ignore_status=True) 838 "dumpsys package %s | grep userId=" % apk_name, ignore_status=True) 881 ignore_status=True) 906 'am force-stop %s' % package_name, ignore_status=True) 975 out = self.adb.shell(cmd, ignore_status=True) 1034 ignore_status=True) 1046 ignore_status=True) 1273 ignore_status=True) 1285 'dumpsys window windows | grep -E mFocusedApp', ignore_status=True) [all …]
|
D | fastboot.py | 59 ignore_status=False, argument 64 ignore_status=True, 67 result = job.run(command, ignore_status=True, timeout=timeout) 73 if ret == 0 or ignore_status:
|
D | native_android_device.py | 100 pid = self.adb.shell("pidof -s sl4n", ignore_status=True) 103 pid = self.adb.shell("pidof -s sl4n", ignore_status=True)
|
D | attenuator.py | 52 'ping %s -c 1 -w 1' % ip_address, ignore_status=True) 61 ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 157 ignore_status=False, argument 210 ignore_status=True, 233 if result.exit_status and not ignore_status: 273 'ping %s -c 3 -w 1' % self._settings.hostname, ignore_status=True) 277 self.run(command, timeout, ignore_status, env, io_encoding, 396 def send_file(self, local_path, remote_path, ignore_status=False): argument 408 ignore_status=ignore_status) 410 def pull_file(self, local_path, remote_path, ignore_status=False): argument 421 ignore_status=ignore_status)
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 220 ad.adb.shell("rm -rf /data/misc/logd", ignore_status=True) 221 ad.adb.shell("rm -rf %s" % GNSSSTATUS_LOG_PATH, ignore_status=True) 223 ad.adb.shell("rm -rf %s" % output_path, ignore_status=True) 242 timeout=PULL_TIMEOUT, ignore_status=True) 251 timeout=PULL_TIMEOUT, ignore_status=True) 254 timeout=PULL_TIMEOUT, ignore_status=True) 257 timeout=PULL_TIMEOUT, ignore_status=True) 260 % qxdm_log_path, timeout=PULL_TIMEOUT, ignore_status=True) 418 ad.adb.reboot("bootloader", ignore_status=True) 422 ad.fastboot._w(timeout=300, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | ip.py | 92 def remove_ipv4_address(self, net_interface, address, ignore_status=False): argument 108 ignore_status=ignore_status) 138 ignore_status=True)
|
/tools/test/connectivity/tools/lab/utils/ |
D | shell.py | 43 def run(self, command, timeout=3600, ignore_status=False): argument 65 command_str, timeout=timeout, ignore_status=ignore_status) 108 'ps -C %s --no-heading -o pid:1' % identifier, ignore_status=True)
|
D | job.py | 112 ignore_status=False, argument 171 if not ignore_status and proc.returncode != 0:
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 651 ignore_status=True) 707 ignore_status=True) 709 ignore_status=True) 710 ad.adb.shell("iptables -I INPUT 3 -j DROP", ignore_status=True) 711 ad.adb.shell("ip6tables -I INPUT -j DROP", ignore_status=True) 718 ignore_status=True) 720 ignore_status=True) 721 ad.adb.shell("iptables -D INPUT -j DROP", ignore_status=True) 722 ad.adb.shell("ip6tables -D INPUT -j DROP", ignore_status=True) 2699 ad.adb.shell("rm %s" % log_file_path, ignore_status=True) [all …]
|
/tools/test/connectivity/acts/tests/google/usb/ |
D | UsbTetheringThroughputTest.py | 81 self.dut.adb.shell(USB_TETHERING_MODE, ignore_status=True) 139 'ping -c {} {}'.format(count, ip), ignore_status=True).stdout 159 'ping -c {} {}'.format(count, ip), ignore_status=True) 179 result = self.dut.adb.shell(cmd, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 501 ad.adb.shell("settings global put auto_time 0", ignore_status=True) 502 ad.adb.shell("settings global put auto_time_zone 0", ignore_status=True) 929 out = ad.adb.shell(ping_cmd, timeout=timeout, ignore_status=True) 980 pid = job.run('pidof %s' % process, ignore_status=True).stdout 989 pid = adb.shell('pidof %s' % process, ignore_status=True)
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveNoQXDMLogTest.py | 317 ad.adb.shell("rm -rf /data/vendor/ssrdump/*", ignore_status=True) 322 ignore_status=True) 332 ad.adb.shell("rm -rf /data/vendor/ssrdump/*", ignore_status=True) 364 ad.adb.reboot("bootloader", ignore_status=True) 368 ad.fastboot._w(timeout=300, ignore_status=True)
|
D | TelLiveProjectFiTest.py | 107 ad.adb.install("-r %s" % account_util, timeout=300, ignore_status=True) 396 ignore_status=True)
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiCrashStressTest.py | 91 "setprop persist.vendor.sys.modem.diag.mdlog false", ignore_status=True) 94 "setprop persist.sys.modem.diag.mdlog false", ignore_status=True) 100 ad.adb.shell(cmd, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | job.py | 114 ignore_status=False, argument 173 if not ignore_status and proc.returncode != 0:
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | audio_test_utils.py | 77 ignore_status=True) 85 self.ssh_session.run('rm *.wav', ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | net_test_utils.py | 242 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True) 284 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True)
|
/tools/test/connectivity/tools/lab/ |
D | lab_upload_hooks.py | 25 files = job.run(GIT_MODIFIED_FILES, ignore_status=True).stdout
|
/tools/test/connectivity/tools/lab/tests/ |
D | fake.py | 40 def run(self, command, timeout=3600, ignore_status=False): argument
|
/tools/test/connectivity/tools/lab/metrics/ |
D | network_metric.py | 62 self.PING_COMMAND.format(ip), ignore_status=True).exit_status
|
D | version_metric.py | 40 result = self._shell.run(self.FASTBOOT_COMMAND, ignore_status=True)
|
/tools/test/connectivity/tools/ |
D | yapf_checker.py | 49 result = job.run(YAPF_COMMAND % files_param_string, ignore_status=True)
|