/tools/test/connectivity/acts/framework/acts/controllers/ |
D | adb.py | 91 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)
|
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 | 635 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 …]
|
D | packet_sender.py | 224 def stop_sending(self, ignore_status=False): argument 229 if 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/tools/lab/utils/ |
D | shell.py | 43 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)
|
D | job.py | 112 ignore_status=False, argument 171 if not ignore_status and proc.returncode != 0:
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 153 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/ |
D | lab_upload_hooks.py | 25 files = job.run(GIT_MODIFIED_FILES, ignore_status=True).stdout
|
/tools/test/connectivity/tools/lab/tests/ |
D | fake.py | 40 def run(self, command, timeout=3600, ignore_status=False): argument
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | job.py | 112 ignore_status=False, argument 171 if not ignore_status and proc.returncode != 0:
|
/tools/test/connectivity/tools/lab/metrics/ |
D | network_metric.py | 62 self.PING_COMMAND.format(ip), ignore_status=True).exit_status
|
/tools/test/connectivity/tools/ |
D | yapf_checker.py | 49 result = job.run(YAPF_COMMAND % files_param_string, ignore_status=True)
|
D | keyword_check.py | 51 ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerWiFiBaseTest.py | 56 self.pkt_sender.stop_sending(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/libs/ota/ota_runners/ |
D | ota_runner.py | 59 '-r -g %s' % self.get_sl4a_apk(), ignore_status=True)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 2051 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 …]
|
D | TelephonyBaseTest.py | 105 ignore_status=True) 245 "chmod 777 /data/curl", ignore_status=True)
|
D | TelephonyLabPowerTest.py | 93 "setprop net.lte.ims.volte.provisioned 1", 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/live/ |
D | TelLiveRebootStressTest.py | 366 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/ |
D | TelLabDataRoamingTest.py | 71 "setprop net.lte.ims.volte.provisioned 1", ignore_status=True)
|
D | TelLabCmasTest.py | 97 self.ad.adb.shell("logcat -c -b all", ignore_status=True)
|
/tools/test/connectivity/acts/tests/google/net/ |
D | DataUsageTest.py | 123 ad.adb.shell("rm %s" % self.file_path, ignore_status=True)
|