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/
Dpacket_capture.py110 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 …]
Dadb.py88 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,
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:
Dandroid_device.py727 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 …]
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 ignore_status=True)
60 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/acts_tests/tests/google/usb/
DUsbTetheringThroughputTest.py85 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)
DUsbTetheringFunctionsTest.py107 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/
DDNSTest.py61 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/
Dnet_test_utils.py298 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/
Dbits_service.py93 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/
Djob.py108 ignore_status=False, argument
165 if not ignore_status and proc.returncode != 0:
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py186 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/
DCellularPingTest.py26 ignore_status=True)
/tools/test/connectivity/acts/framework/acts/
Dutils.py525 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/
Dyapf_checker.py49 result = job.run(YAPF_COMMAND % files_param_string, ignore_status=True)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py457 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)
DTelLiveProjectFiTest.py107 ad.adb.install("-r %s" % account_util, timeout=300, ignore_status=True)
396 ignore_status=True)
/tools/test/connectivity/acts/framework/tests/
Dacts_adb_test.py65 result = MockAdbProxy()._exec_cmd(cmd, ignore_status=True)
Dacts_job_test.py92 result = job.run('exit 1', ignore_status=True)
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py264 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/
DPowerWiFiBaseTest.py64 ignore_status=True)
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_runners/
Dota_runner.py71 '-r -g %s' % self.get_sl4a_apk(), ignore_status=True)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DTelephonyBaseTest.py268 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)

12