Home
last modified time | relevance | path

Searched refs:ignore_status (Results 1 – 25 of 41) 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:
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)
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 …]
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)
Dandroid_device.py662 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 …]
Dattenuator.py52 ignore_status=True)
60 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/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/framework/acts/libs/proc/
Djob.py114 ignore_status=False, argument
173 if not ignore_status and proc.returncode != 0:
/tools/test/connectivity/acts/tests/google/usb/
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/google/wifi/
DWifiCrashStressTest.py93 "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/
Dyapf_checker.py49 result = job.run(YAPF_COMMAND % files_param_string, ignore_status=True)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py641 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/
Dgnss_test_utils.py290 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/
Dnet_test_utils.py252 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/
Dapp_installer.py80 ignore_status=True).stdout
/tools/test/connectivity/acts/framework/acts/
Dutils.py522 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/
DTelLiveNoQXDMLogTest.py448 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)
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_job_test.py92 result = job.run('exit 1', ignore_status=True)
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py61 self.pkt_sender.stop_sending(ignore_status=True)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py467 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/
Dota_runner.py71 '-r -g %s' % self.get_sl4a_apk(), ignore_status=True)
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_manager.py208 ignore_status=True))
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabUeIdentityTest.py68 ignore_status=True)

12