/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: 261 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 265 ignore_status=ignore_status, 273 ignore_status=False, argument 276 '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 | 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 | android_device.py | 662 ignore_status=True) 774 ignore_status=True) 842 "dumpsys package %s | grep userId=" % apk_name, ignore_status=True) 886 ignore_status=True) 912 'am force-stop %s' % package_name, ignore_status=True) 981 out = self.adb.shell(cmd, ignore_status=True) 1063 ignore_status=True) 1075 ignore_status=True) 1101 ignore_status=True) 1328 ignore_status=True) [all …]
|
D | attenuator.py | 52 ignore_status=True) 60 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/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/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/tests/google/usb/ |
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/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/tools/ |
D | yapf_checker.py | 49 result = job.run(YAPF_COMMAND % files_param_string, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 641 ignore_status=True) 697 ignore_status=True) 699 ignore_status=True) 700 ad.adb.shell("iptables -I INPUT 3 -j DROP", ignore_status=True) 701 ad.adb.shell("ip6tables -I INPUT -j DROP", ignore_status=True) 708 ignore_status=True) 710 ignore_status=True) 711 ad.adb.shell("iptables -D INPUT -j DROP", ignore_status=True) 712 ad.adb.shell("ip6tables -D INPUT -j DROP", ignore_status=True) 1589 ad.adb.shell("i2cset -fy 3 64 6 1 b", ignore_status=True) [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 290 ad.adb.shell("rm -rf /data/misc/logd", ignore_status=True) 293 ad.adb.shell("rm -rf %s" % output_path, ignore_status=True) 312 timeout=PULL_TIMEOUT, ignore_status=True) 324 timeout=PULL_TIMEOUT, ignore_status=True) 327 timeout=PULL_TIMEOUT, ignore_status=True) 380 output = ad.adb.shell(cmd, ignore_status=True) 413 output = ad.adb.shell(cmd, ignore_status=True) 555 ad.adb.reboot("bootloader", ignore_status=True) 559 ad.fastboot._w(timeout=300, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | net_test_utils.py | 252 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True) 294 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True) 429 ad.adb.shell(USB_TETHERING_MODE, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/apps/ |
D | app_installer.py | 80 ignore_status=True).stdout
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 522 ad.adb.shell("settings put global auto_time 0", ignore_status=True) 523 ad.adb.shell("settings put global auto_time_zone 0", ignore_status=True) 961 out = ad.adb.shell(ping_cmd, timeout=timeout, ignore_status=True) 1026 pid = job.run('pidof %s' % process, ignore_status=True).stdout 1035 pid = adb.shell('pidof %s' % process, ignore_status=True)
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveNoQXDMLogTest.py | 448 ad.adb.shell("rm -rf /data/vendor/ssrdump/*", ignore_status=True) 453 ignore_status=True) 463 ad.adb.shell("rm -rf /data/vendor/ssrdump/*", ignore_status=True) 495 ad.adb.reboot("bootloader", ignore_status=True) 499 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/framework/tests/ |
D | acts_job_test.py | 92 result = job.run('exit 1', ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerWiFiBaseTest.py | 61 self.pkt_sender.stop_sending(ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | WifiBaseTest.py | 467 pids = ap.ssh.run('pidof %s' % daemon, ignore_status=True) 469 ap.ssh.run('kill %s' % pids.stdout, ignore_status=True) 471 pids = ap.ssh.run('pidof %s' % daemon, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/ |
D | ota_runner.py | 71 '-r -g %s' % self.get_sl4a_apk(), ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | sl4a_manager.py | 208 ignore_status=True))
|
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabUeIdentityTest.py | 68 ignore_status=True)
|