]> git.dujemihanovic.xyz Git - u-boot.git/commit
pytest: Use --lazy with umount
authorTom Rini <trini@konsulko.com>
Thu, 6 Apr 2023 02:19:39 +0000 (22:19 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 19:31:28 +0000 (15:31 -0400)
commitaf2fde49fe53810224c67d8d1cbc8080466da907
treed2182f40fde83993331f960ff4ba612e6fd741f9
parent73b39a76e34a3b88a7a2c58588c9a5a604a51d90
pytest: Use --lazy with umount

Sometimes when doing tests on real hardware we sometimes run in to the
case where some of these mounts haven't been fully flushed.  Using the
--lazy option with umount will allow us to continue while letting the OS
handle flushing the data out still.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_ut.py