Home
last modified time | relevance | path

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

12345678910

/external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/
Dplatform_CryptohomeTPMReOwnServer.py23 def tpm_run(self, subtest, ignore_status=False): argument
28 if not ignore_status and cstatus != 'Success':
51 self.tpm_run("clear_tpm", ignore_status=True)
54 self.tpm_run("enable_tpm", ignore_status=True)
63 self.tpm_run("clear_tpm", ignore_status=True)
66 self.tpm_run("enable_tpm", ignore_status=True)
/external/autotest/client/site_tests/platform_Pkcs11ChangeAuthData/
Dplatform_Pkcs11ChangeAuthData.py20 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
27 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
34 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
42 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
49 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
55 result = utils.system('p11_replay --replay_wifi', ignore_status=True)
/external/autotest/client/bin/net/
Dnet_utils.py15 def reset(self, ignore_status=False): argument
16 utils.system('service network restart', ignore_status=ignore_status)
19 def start(self, ignore_status=False): argument
20 utils.system('service network start', ignore_status=ignore_status)
23 def stop(self, ignore_status=False): argument
24 utils.system('service network stop', ignore_status=ignore_status)
47 def disable_ip_local_loopback(self, ignore_status=False): argument
49 ignore_status=ignore_status)
51 ignore_status=ignore_status)
54 def enable_ip_local_loopback(self, ignore_status=False): argument
[all …]
/external/autotest/client/site_tests/firmware_VbootCrypto/
Dfirmware_VbootCrypto.py41 return_code = utils.system(gen_test_case_cmd, ignore_status = True)
51 return_code = utils.system(sha_test_cmd, ignore_status=True)
63 return_code = utils.system(rsa_test_cmd, ignore_status=True)
75 ignore_status=True)
118 ignore_status=True)
125 ignore_status=True)
139 ignore_status=True)
146 ignore_status=True)
/external/autotest/client/site_tests/firmware_LockedME/
Dfirmware_LockedME.py20 def flashrom(self, ignore_status=False, args=()): argument
23 return utils.run('flashrom', ignore_status=ignore_status, args=extra)
45 ignore_status=True)
51 ignore_status=True)
/external/autotest/server/hosts/
Dssh_host.py71 def _run(self, command, timeout, ignore_status, argument
97 stderr_is_expected=ignore_status,
129 if not ignore_status and result.exit_status > 0:
135 def run(self, command, timeout=3600, ignore_status=False, argument
160 return self._run(command, timeout, ignore_status,
213 def run_grep(self, command, timeout=30, ignore_status=False, argument
254 result = self.run(command, timeout, ignore_status=True,
275 if not ignore_status and result.exit_status > 0:
/external/autotest/client/cros/
Dpkcs11.py20 def __run_cmd(cmd, ignore_status=False): argument
23 ignore_status=ignore_status).strip()
198 ignore_status=True)
205 ignore_status=True)
229 ignore_status=True) == 0,
250 ignore_status=True)
Dnetwork_chroot.py99 ignore_status=True)
211 utils.system('kill %d' % pid, ignore_status=True)
251 def run(self, args, ignore_status=False): argument
260 ignore_status=ignore_status)
Dliststorage.py42 ignore_status = False
51 ignore_status = True
54 output = utils.system_output(cmd, ignore_status=ignore_status)
/external/autotest/client/common_lib/cros/network/
Dping_runner.py47 ignore_status=False, ignore_result=False): argument
56 self.ignore_status = ignore_status
200 ignore_status=True)
220 ignore_status=True,
223 if ping_config.ignore_status:
236 if command_result.exit_status and not ping_config.ignore_status:
/external/autotest/server/site_tests/hardware_TPMFirmwareServer/
Dhardware_TPMFirmwareServer.py25 def tpm_run(self, subtest, ignore_status=False): argument
30 if not ignore_status and cstatus != 0:
53 self.tpm_run("tpmtest_clear", ignore_status=True)
56 self.tpm_run("tpmtest_enable", ignore_status=True)
/external/autotest/client/common_lib/cros/
Dvirtual_ethernet_pair.py112 ignore_status=True)
127 ignore_status=True)
225 ignore_status=self._ignore_shutdown_errors)
227 ignore_status=self._ignore_shutdown_errors)
229 ignore_status=self._ignore_shutdown_errors)
236 self._peer_interface_name, ignore_status=True)
Davahi_utils.py98 run('start avahi %s' % env, ignore_status=False)
108 def avahi_stop(ignore_status=False, host=None): argument
116 run('stop avahi', ignore_status=ignore_status)
/external/autotest/client/common_lib/hosts/
Dbase_classes.py86 def run(self, command, timeout=3600, ignore_status=False, argument
312 def erase_dir_contents(self, path, ignore_status=True, timeout=3600): argument
315 self.run(rm_cmd % path, ignore_status=ignore_status, timeout=timeout)
416 ignore_status=True)
547 ignore_status=True, timeout=120)
554 ignore_status=True, timeout=120)
557 ignore_status=True, timeout=120)
562 ignore_status=True, timeout=120)
567 self.run('rm -fr', args=(moddir,), ignore_status=True)
/external/autotest/client/site_tests/p2p_ConsumeFiles/
Dp2p_ConsumeFiles.py74 def _run_p2p_client(self, args, timeout=10., ignore_status=False): argument
84 ignore_timeout=True, ignore_status=True,
89 if not ignore_status and ret is None:
93 if not ignore_status and ret.exit_status != 0:
186 timeout=10., ignore_status=True)
214 args=('--get-url=only-b',), timeout=5., ignore_status=True)
/external/autotest/server/
Dsite_linux_router.py214 self.host.run('start avahi', ignore_status=True)
216 self.host.run('stop avahi', ignore_status=True)
226 self._log_start_timestamp, ignore_status=True)
277 self.router.run('rm %s' % log_file, ignore_status=True)
278 self.router.run('stop wpasupplicant', ignore_status=True)
297 ignore_status=True).exit_status == 0
305 ignore_status=True).exit_status == 0
312 ignore_status=True).exit_status
348 self.host.run('pkill %s' % search_arg, ignore_status=True)
355 ignore_status=True).exit_status != 0
[all …]
/external/autotest/client/site_tests/platform_BootLockbox/
Dplatform_BootLockbox.py48 ignore_status=True) == 0
53 ignore_status=True) == 0
61 ignore_status=True) == 0
70 ignore_status=True) == 0
/external/autotest/client/common_lib/
Drevision_control.py113 def _run(self, command, timeout=None, ignore_status=False): argument
123 timeout, ignore_status)
126 def gitcmd(self, cmd, ignore_status=False, error_class=None, argument
144 ignore_status = ignore_status or error_class is not None
146 rv = self._run(cmd, ignore_status=ignore_status)
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py52 manu_cmd_output = (self.host.run(manu_cmd, ignore_status=True).
54 prod_cmd_output = (self.host.run(prod_cmd, ignore_status=True).
82 ignore_status=True).stdout.split('\n')
97 % driver_path, ignore_status=True)
218 ignore_status=True).exit_status == 0
228 lsusb_output = (self.host.run('lsusb', ignore_status=True).
260 lsusb_original_out = (self.host.run('lsusb', ignore_status=True).
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
Dplatform_CompromisedStatefulPartition.py38 ignore_status=True).exit_status == 0:
40 host.run('sync', ignore_status=True)
43 host.run('sync', ignore_status=True)
/external/autotest/client/profilers/lttng/
Dlttng.py60 ignore_status=True)
64 utils.system(self.lttctl + ' -n test -R', ignore_status=True)
65 utils.system(self.disarmall, ignore_status=True)
68 utils.system(self.armall, ignore_status=True)
/external/autotest/server/site_tests/platform_USBHIDWake/
Dplatform_USBHIDWake.py44 if not utils.system('which openvt', ignore_status=True) == 0:
46 if not utils.system('sudo true', ignore_status=True) == 0:
78 rval = self._client.run(cmd, ignore_status=True)
/external/autotest/server/cros/network/
Dpacket_capturer.py209 ignore_status=True)
214 ignore_status=True)
261 ignore_status=True)
266 ignore_status=True)
283 'grep "listening on" "%s"' % remote_log_file, ignore_status=True
352 self._host.run('kill -INT %d' % pid, ignore_status=True)
/external/autotest/client/bin/
Dlocal_host.py31 ignore_status=True)
39 def run(self, command, timeout=3600, ignore_status=False, argument
47 command, timeout=timeout, ignore_status=True,
54 if not ignore_status and result.exit_status > 0:
/external/autotest/client/site_tests/login_LogoutProcessCleanup/
Dlogin_LogoutProcessCleanup.py26 % pattern, ignore_status=True)
55 ignore_status=True)
61 ignore_status=True).splitlines()
180 ignore_status=True)

12345678910