Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_ums.py160 def umount(ignore_errors): argument
175 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors)
177 def stop_ums(ignore_errors): argument
197 ignore_errors)
216 umount(ignore_errors=ignore_cleanup_errors)
218 stop_ums(ignore_errors=ignore_cleanup_errors)
231 umount(ignore_errors=ignore_cleanup_errors)
233 stop_ums(ignore_errors=ignore_cleanup_errors)
H 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:
/openbmc/openbmc/meta-raspberrypi/lib/oeqa/runtime/cases/
H A Dparselogs_rpi.py6 ignore_errors['raspberrypi4'] = rpi_errors + common_errors
7 ignore_errors['raspberrypi4-64'] = rpi_errors + common_errors
8 ignore_errors['raspberrypi3'] = rpi_errors + common_errors
9 ignore_errors['raspberrypi3-64'] = rpi_errors + common_errors
/openbmc/u-boot/test/py/
H A Du_boot_utils.py130 def wait_until_file_open_fails(fn, ignore_errors): argument
152 if ignore_errors:
156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument
175 output = runner.run(cmd, ignore_errors=ignore_errors)
H A Dmultiplexed_log.py111 def run(self, cmd, cwd=None, ignore_errors=False): argument
160 if exit_status and not exception and not ignore_errors:
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py40 ignore_errors = [] variable in ParseLogsTest
67 cls.ignore_errors.append(line.casefold())
157 if not any(ignore in line_lower for ignore in self.ignore_errors):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dyoctotestresultsquerytests.py36 shutil.rmtree(workdir, ignore_errors=True)
H A Dmeta_ide.py32 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
H A Dgotoolchain.py48 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
H A Dsstatetests.py969 def run_test(self, machine, targets, exceptions, check_cdn = True, ignore_errors = False): argument
983 if ignore_errors:
989 …"core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
994 …"core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
H A Dwic.py73 rmtree(self.resultdir, ignore_errors=True)
77 rmtree(self.resultdir, ignore_errors=True)
740 rmtree(self.resultdir, ignore_errors=True)
/openbmc/openbmc/meta-arm/ci/
H A Dupdate-repos42 shutil.rmtree(repodir, ignore_errors=True)
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py26 shutil.rmtree("tmp/cache", ignore_errors=True)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast/
H A D0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch26 ignore_errors = true
/openbmc/qemu/tests/functional/
H A Dtest_s390x_pxelinux.py58 shutil.rmtree(tftpdir, ignore_errors=True) # Remove stale stuff
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py81 def rmtree(path, ignore_errors=False, onerror=None, quiet=None): argument
98 shutil.rmtree(path, ignore_errors, onerror)
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_compliance.bbclass38 shutil.rmtree(dest, ignore_errors=True)
/openbmc/u-boot/tools/patman/
H A Dpatman168 its_a_go = ok or options.ignore_errors
H A Dpatman.py168 its_a_go = ok or options.ignore_errors
H A DREADME107 ignore_errors: True
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py974 shutil.rmtree("build", ignore_errors=True)
1122 shutil.rmtree("build", ignore_errors=True)
1149 shutil.rmtree("build", ignore_errors=True)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py287 shutil.rmtree(self.workdir, ignore_errors=True)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py2543 shutil.rmtree(self.gitdir, ignore_errors=True)
2568 shutil.rmtree(self.gitdir, ignore_errors=True)
2593 shutil.rmtree(self.gitdir, ignore_errors=True)
2612 shutil.rmtree(self.gitdir, ignore_errors=True)