Home
last modified time | relevance | path

Searched refs:ignore_errors (Results 1 – 6 of 6) sorted by relevance

/test/py/tests/
A Dtest_ums.py157 def umount(ignore_errors): argument
172 utils.run_and_log(ubman, cmd, ignore_errors)
174 def stop_ums(ignore_errors): argument
194 ignore_errors)
211 umount(ignore_errors=ignore_cleanup_errors)
213 stop_ums(ignore_errors=ignore_cleanup_errors)
226 umount(ignore_errors=ignore_cleanup_errors)
228 stop_ums(ignore_errors=ignore_cleanup_errors)
A Dtest_kconfig.py20 '-a', 'TEST_KCONFIG', '-o', TMPDIR], ignore_errors=True)
32 '-a', 'TEST_KCONFIG', '-o', TMPDIR], ignore_errors=True)
A Dtest_of_migrate.py59 *migrate, '-w', '-o', tmpdir], ignore_errors=True, env=env)
74 ignore_errors=True)
104 ignore_errors=True)
A Dtest_dfu.py171 def stop_dfu(ignore_errors): argument
194 env__usb_dev_port['host_usb_dev_node'], ignore_errors)
196 if not ignore_errors:
/test/py/
A Dutils.py134 def wait_until_file_open_fails(fn, ignore_errors): argument
156 if ignore_errors:
160 def run_and_log(ubman, cmd, ignore_errors=False, stdin=None, env=None): argument
181 output = runner.run(cmd, ignore_errors=ignore_errors, stdin=stdin, env=env)
A Dmultiplexed_log.py114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): argument
170 if exit_status and not exception and not ignore_errors:

Completed in 13 milliseconds