| /openbmc/u-boot/test/py/tests/ |
| H A D | test_ums.py | 160 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 D | test_dfu.py | 171 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 D | parselogs_rpi.py | 6 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 D | u_boot_utils.py | 130 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 D | multiplexed_log.py | 111 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 D | parselogs.py | 40 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 D | yoctotestresultsquerytests.py | 36 shutil.rmtree(workdir, ignore_errors=True)
|
| H A D | meta_ide.py | 32 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
|
| H A D | gotoolchain.py | 48 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
|
| H A D | sstatetests.py | 969 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 D | wic.py | 73 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 D | update-repos | 42 shutil.rmtree(repodir, ignore_errors=True)
|
| /openbmc/openbmc/poky/bitbake/contrib/ |
| H A D | bbparse-torture.py | 26 shutil.rmtree("tmp/cache", ignore_errors=True)
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast/ |
| H A D | 0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch | 26 ignore_errors = true
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_s390x_pxelinux.py | 58 shutil.rmtree(tftpdir, ignore_errors=True) # Remove stale stuff
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_misc.py | 81 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 D | copyleft_compliance.bbclass | 38 shutil.rmtree(dest, ignore_errors=True)
|
| /openbmc/u-boot/tools/patman/ |
| H A D | patman | 168 its_a_go = ok or options.ignore_errors
|
| H A D | patman.py | 168 its_a_go = ok or options.ignore_errors
|
| H A D | README | 107 ignore_errors: True
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | unit-test.py | 974 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 D | direct.py | 287 shutil.rmtree(self.workdir, ignore_errors=True)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 2543 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)
|