/tools/test/connectivity/acts/framework/acts/controllers/ |
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 | adb.py | 88 ssh_connection.run("pkill adb", ignore_status=True) 146 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 163 result = job.run(cmd, ignore_status=True, timeout=timeout) 172 if ignore_status or (ret == 1 and GREP_REGEX.search(cmd)): 214 ignore_status=True) 258 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument 262 ignore_status=ignore_status,
|
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 | android_device.py | 727 ignore_status=True) 857 ignore_status=True) 909 self.adb.shell("logpersist.stop --clear", ignore_status=True) 910 self.adb.shell("logpersist.start", ignore_status=True) 944 ignore_status=True) 988 ignore_status=True) 1014 ignore_status=True) 1083 out = self.adb.shell(cmd, ignore_status=True) 1179 ignore_status=True) 1191 ignore_status=True) [all …]
|
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)
|
/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/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_tests/tests/google/net/ |
D | DNSTest.py | 61 def ping(self, addr, ignore_status=True, timeout=60): argument 72 ignore_status=ignore_status,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | net_test_utils.py | 298 ad.adb.shell("killall -9 tcpdump", ignore_status=True) 299 ad.adb.shell("mkdir %s" % TCPDUMP_PATH, ignore_status=True) 300 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True) 345 ad.adb.shell("rm -rf %s/*" % TCPDUMP_PATH, ignore_status=True) 489 ad.adb.shell(USB_TETHERING_MODE, ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/ |
D | bits_service.py | 93 dmesg = job.run(['dmesg', '-e'], ignore_status=True) 98 free = job.run(['free', '-m'], ignore_status=True) 103 df = job.run(['df', '-h'], ignore_status=True)
|
/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/framework/acts/controllers/openwrt_lib/ |
D | network_settings.py | 186 ignore_status=True).stdout: 208 ignore_status=True).stdout 310 ignore_status=True).stdout 878 self.ssh.run("kill -9 %s" % pid, ignore_status=True) 892 self.ssh.run("killall tpcdump", ignore_status=True) 893 if self.ssh.run("pgrep tpcdump", ignore_status=True).stdout: 898 return self.ssh.run("pgrep -f %s" % (tcpdump_file_name), ignore_status=True).stdout
|
/tools/test/connectivity/acts_tests/tests/google/cellular/ |
D | CellularPingTest.py | 26 ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 525 ad.adb.shell("settings put global auto_time 0", ignore_status=True) 526 ad.adb.shell("settings put global auto_time_zone 0", ignore_status=True) 964 out = ad.adb.shell(ping_cmd, timeout=timeout, ignore_status=True) 1029 pid = job.run('pidof %s' % process, ignore_status=True).stdout 1038 pid = adb.shell('pidof %s' % process, ignore_status=True) 1633 ping_result = comm_channel.run(ping_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_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 | 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_adb_test.py | 65 result = MockAdbProxy()._exec_cmd(cmd, ignore_status=True)
|
D | acts_job_test.py | 92 result = job.run('exit 1', ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/ |
D | tel_utils.py | 264 ad.adb.shell("i2cset -fy 3 64 6 1 b", ignore_status=True) 265 ad.adb.shell("i2cset -fy 3 65 6 1 b", ignore_status=True)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | PowerWiFiBaseTest.py | 64 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_tests/acts_contrib/test_utils/tel/ |
D | TelephonyBaseTest.py | 268 ad.adb.shell("mkdir %s" % qxdm_mask_path, ignore_status=True) 360 ad.adb.shell(cmd, ignore_status=True) 380 "chmod 777 /data/curl", ignore_status=True)
|