Home
last modified time | relevance | path

Searched refs:ignore_status (Results 1 – 25 of 45) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py96 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)
Dpacket_capture.py119 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)
Dandroid_device.py664 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 …]
Dfastboot.py59 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:
Dnative_android_device.py100 pid = self.adb.shell("pidof -s sl4n", ignore_status=True)
103 pid = self.adb.shell("pidof -s sl4n", ignore_status=True)
Dattenuator.py52 '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/
Dconnection.py157 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/
Dgnss_test_utils.py220 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/
Dip.py92 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/
Dshell.py43 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)
Djob.py112 ignore_status=False, argument
171 if not ignore_status and proc.returncode != 0:
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py651 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/
DUsbTetheringThroughputTest.py81 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/
Dutils.py501 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/
DTelLiveNoQXDMLogTest.py317 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)
DTelLiveProjectFiTest.py107 ad.adb.install("-r %s" % account_util, timeout=300, ignore_status=True)
396 ignore_status=True)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiCrashStressTest.py91 "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/
Djob.py114 ignore_status=False, argument
173 if not ignore_status and proc.returncode != 0:
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Daudio_test_utils.py77 ignore_status=True)
85 self.ssh_session.run('rm *.wav', ignore_status=True)
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py242 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/
Dlab_upload_hooks.py25 files = job.run(GIT_MODIFIED_FILES, ignore_status=True).stdout
/tools/test/connectivity/tools/lab/tests/
Dfake.py40 def run(self, command, timeout=3600, ignore_status=False): argument
/tools/test/connectivity/tools/lab/metrics/
Dnetwork_metric.py62 self.PING_COMMAND.format(ip), ignore_status=True).exit_status
Dversion_metric.py40 result = self._shell.run(self.FASTBOOT_COMMAND, ignore_status=True)
/tools/test/connectivity/tools/
Dyapf_checker.py49 result = job.run(YAPF_COMMAND % files_param_string, ignore_status=True)

12