/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 659 ignore_status=True) 715 ignore_status=True) 717 ignore_status=True) 718 ad.adb.shell("iptables -I INPUT 3 -j DROP", ignore_status=True) 719 ad.adb.shell("ip6tables -I INPUT -j DROP", ignore_status=True) 726 ignore_status=True) 728 ignore_status=True) 729 ad.adb.shell("iptables -D INPUT -j DROP", ignore_status=True) 730 ad.adb.shell("ip6tables -D INPUT -j DROP", ignore_status=True) 1673 ad.adb.shell("i2cset -fy 3 64 6 1 b", ignore_status=True) [all …]
|
D | TelephonyBaseTest.py | 355 ad.adb.shell(cmd, ignore_status=True) 375 "chmod 777 /data/curl", ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 84 ssh_connection.run("pkill adb", ignore_status=True) 142 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 156 result = job.run(cmd, ignore_status=True, timeout=timeout) 163 if ignore_status: 209 ignore_status=True) 253 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 257 ignore_status=ignore_status, 265 ignore_status=False, argument 268 'pull', command, ignore_status=ignore_status, timeout=timeout)
|
D | packet_capture.py | 110 result = self.ssh.run('ifconfig -a', ignore_status=True) 125 self.ssh.run('ifconfig wlan%s down' % iface[-1], ignore_status=True) 126 self.ssh.run('iw dev %s del' % iface, ignore_status=True) 128 % (iface[-1], iface, mode), ignore_status=True) 129 self.ssh.run('ip link set %s up' % iface, ignore_status=True) 130 result = self.ssh.run('iw dev %s info' % iface, ignore_status=True) 136 self.ssh.run('iw dev %s del' % iface, ignore_status=True) 137 result = self.ssh.run('iw dev %s info' % iface, ignore_status=True) 229 (iface, channel), ignore_status=True) 240 bandwidth, center_freq), ignore_status=True) [all …]
|
D | android_device.py | 664 ignore_status=True) 776 ignore_status=True) 844 "dumpsys package %s | grep userId=" % apk_name, ignore_status=True) 889 ignore_status=True) 915 'am force-stop %s' % package_name, ignore_status=True) 984 out = self.adb.shell(cmd, ignore_status=True) 1066 ignore_status=True) 1078 ignore_status=True) 1104 ignore_status=True) 1339 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 ignore_status=True) 60 ignore_status=True)
|
D | packet_sender.py | 232 def stop_sending(self, ignore_status=False): argument 237 if ignore_status:
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 156 ignore_status=False, argument 208 ignore_status=True, 231 if result.exit_status and not ignore_status: 272 ignore_status=True) 276 self.run(command, timeout, ignore_status, env, io_encoding, 395 def send_file(self, local_path, remote_path, ignore_status=False): argument 406 ignore_status=ignore_status) 408 def pull_file(self, local_path, remote_path, ignore_status=False): argument 418 ignore_status=ignore_status)
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 314 ad.adb.shell("rm -rf /data/misc/logd", ignore_status=True) 317 ad.adb.shell("rm -rf %s" % output_path, ignore_status=True) 336 timeout=PULL_TIMEOUT, ignore_status=True) 348 timeout=PULL_TIMEOUT, ignore_status=True) 351 timeout=PULL_TIMEOUT, ignore_status=True) 404 output = ad.adb.shell(cmd, ignore_status=True) 437 output = ad.adb.shell(cmd, ignore_status=True) 553 ad.adb.reboot("bootloader", ignore_status=True) 557 ad.fastboot._w(timeout=300, ignore_status=True) 1305 ad.adb.install("-r %s" % mdsapp, timeout=300, ignore_status=True)
|
/tools/test/connectivity/acts_tests/tests/google/usb/ |
D | UsbTetheringThroughputTest.py | 85 self.dut.adb.shell(USB_TETHERING_MODE, ignore_status=True) 143 'ping -c {} {}'.format(count, ip), ignore_status=True).stdout 163 'ping -c {} {}'.format(count, ip), ignore_status=True) 183 result = self.dut.adb.shell(cmd, ignore_status=True) 226 'getprop sys.usb.controller', ignore_status=True) 289 ignore_status=True)
|
D | UsbTetheringFunctionsTest.py | 107 self.dut.adb.shell(USB_TETHERING_MODE, ignore_status=True) 174 ignore_status=True).stdout 199 self.dut.adb.shell(USB_MTP_MODE, ignore_status=True) 414 'am start -a com.android.setupwizard.EXIT', ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 523 ad.adb.shell("settings put global auto_time 0", ignore_status=True) 524 ad.adb.shell("settings put global auto_time_zone 0", ignore_status=True) 966 out = ad.adb.shell(ping_cmd, timeout=timeout, ignore_status=True) 1031 pid = job.run('pidof %s' % process, ignore_status=True).stdout 1040 pid = adb.shell('pidof %s' % process, ignore_status=True) 1559 result = job.run(ping_cmd, timeout=10, 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/acts_tests/tests/google/tel/live/ |
D | TelLiveNoQXDMLogTest.py | 457 ad.adb.shell("rm -rf /data/vendor/ssrdump/*", ignore_status=True) 462 ignore_status=True) 472 ad.adb.shell("rm -rf /data/vendor/ssrdump/*", ignore_status=True) 504 ad.adb.reboot("bootloader", ignore_status=True) 508 ad.fastboot._w(timeout=300, ignore_status=True)
|
D | TelLiveStressTest.py | 413 ad.adb.shell("i2cset -fy 3 64 6 1 b", ignore_status=True) 414 ad.adb.shell("i2cset -fy 3 65 6 1 b", ignore_status=True) 467 ad.adb.shell("i2cset -fy 3 64 6 1 b", ignore_status=True) 468 ad.adb.shell("i2cset -fy 3 65 6 1 b", ignore_status=True) 527 "tail %s" % self.gps_log_file, ignore_status=True) 535 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 | 93 "setprop persist.vendor.sys.modem.diag.mdlog false", ignore_status=True) 96 "setprop persist.sys.modem.diag.mdlog false", ignore_status=True) 102 ad.adb.shell(cmd, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | net_test_utils.py | 246 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True) 288 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True) 344 ad.adb.shell(USB_TETHERING_MODE, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | WifiBaseTest.py | 472 pids = ap.ssh.run('pidof %s' % daemon, ignore_status=True) 474 ap.ssh.run('kill %s' % pids.stdout, ignore_status=True) 476 pids = ap.ssh.run('pidof %s' % daemon, ignore_status=True)
|
D | wifi_performance_test_utils.py | 666 ignore_status=True) 671 ignore_status=True).stdout
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | job.py | 108 ignore_status=False, argument 165 if not ignore_status and proc.returncode != 0:
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabProjectFiTest.py | 203 ad.adb.install("-r %s" % account_util, timeout=300, ignore_status=True) 503 ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 565 job.run(["kill", " -9", " %s" % pid], ignore_status=True) 567 job.run(["killall", " iperf3"], ignore_status=True)
|