Home
last modified time | relevance | path

Searched refs:ignore_status (Results 1 – 25 of 30) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py91 ssh_connection.run("pkill adb", ignore_status=True)
149 def _exec_cmd(self, cmd, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
163 result = job.run(cmd, ignore_status=True, timeout=timeout)
170 if ignore_status:
247 def shell(self, command, ignore_status=False, timeout=DEFAULT_ADB_TIMEOUT): argument
251 ignore_status=ignore_status,
259 ignore_status=False, argument
262 'pull', command, ignore_status=ignore_status, timeout=timeout)
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.py635 ignore_status=True)
790 "dumpsys package %s | grep userId=" % apk_name, ignore_status=True)
833 ignore_status=True)
858 'am force-stop %s' % package_name, ignore_status=True)
925 out = self.adb.shell(cmd, ignore_status=True)
992 ignore_status=True)
1174 ignore_status=True)
1242 ignore_status=True)
1254 'dumpsys window windows | grep -E mFocusedApp', ignore_status=True)
1305 out = self.adb.shell(cmd, ignore_status=True)
[all …]
Dpacket_sender.py224 def stop_sending(self, ignore_status=False): argument
229 if 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/tools/lab/utils/
Dshell.py43 def run(self, command, timeout=3600, ignore_status=False): argument
65 command_str, timeout=timeout, ignore_status=ignore_status)
108 'ps -C %s --no-heading -o pid:1' % identifier, ignore_status=True)
Djob.py112 ignore_status=False, argument
171 if not ignore_status and proc.returncode != 0:
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py153 ignore_status=False, argument
205 terminal_command, ignore_status=True, timeout=timeout)
224 if result.exit_status and not ignore_status:
264 'ping %s -c 3 -w 1' % self._settings.hostname, ignore_status=True)
268 self.run(command, timeout, ignore_status, env, io_encoding,
/tools/test/connectivity/tools/lab/
Dlab_upload_hooks.py25 files = job.run(GIT_MODIFIED_FILES, ignore_status=True).stdout
/tools/test/connectivity/tools/lab/tests/
Dfake.py40 def run(self, command, timeout=3600, ignore_status=False): argument
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py112 ignore_status=False, argument
171 if not ignore_status and proc.returncode != 0:
/tools/test/connectivity/tools/lab/metrics/
Dnetwork_metric.py62 self.PING_COMMAND.format(ip), ignore_status=True).exit_status
/tools/test/connectivity/tools/
Dyapf_checker.py49 result = job.run(YAPF_COMMAND % files_param_string, ignore_status=True)
Dkeyword_check.py51 ignore_status=True)
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py56 self.pkt_sender.stop_sending(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/libs/ota/ota_runners/
Dota_runner.py59 '-r -g %s' % self.get_sl4a_apk(), ignore_status=True)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py2051 ad.adb.shell("rm %s" % log_file_path, ignore_status=True)
2167 ad.adb.shell("rm %s" % file_path, ignore_status=True)
2360 ad.adb.shell("rm %s" % file_path, ignore_status=True)
2420 "setprop persist.vendor.sys.modem.diag.mdlog false", ignore_status=True)
2423 "setprop persist.sys.modem.diag.mdlog false", ignore_status=True)
2429 ad.adb.shell(cmd, ignore_status=True)
5116 "find %s -type f -iname %s" % (path, mask), ignore_status=True)
5127 out = ad.adb.shell("ls %s" % mask, ignore_status=True)
5165 "setprop persist.vendor.sys.modem.diag.mdlog true", ignore_status=True)
5168 "setprop persist.sys.modem.diag.mdlog true", ignore_status=True)
[all …]
DTelephonyBaseTest.py105 ignore_status=True)
245 "chmod 777 /data/curl", ignore_status=True)
DTelephonyLabPowerTest.py93 "setprop net.lte.ims.volte.provisioned 1", 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/live/
DTelLiveRebootStressTest.py366 ignore_status=True)
393 ignore_status=True)
573 self.dut.adb.shell("kill -9 %s" % process_pid, ignore_status=True)
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabDataRoamingTest.py71 "setprop net.lte.ims.volte.provisioned 1", ignore_status=True)
DTelLabCmasTest.py97 self.ad.adb.shell("logcat -c -b all", ignore_status=True)
/tools/test/connectivity/acts/tests/google/net/
DDataUsageTest.py123 ad.adb.shell("rm %s" % self.file_path, ignore_status=True)

12