]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: Use loop mounts if guestmount fails in filesystem tests
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Fri, 4 Jun 2021 19:04:45 +0000 (22:04 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jul 2021 19:28:32 +0000 (15:28 -0400)
commitd92441414d5fd4c9b491939722e40c753ca18c00
tree428e91a1b55637b4e69985c64d2a2fa4743788e8
parent0d87b04f3ba6270484c4f10470c05ea8a5119ad4
test/py: Use loop mounts if guestmount fails in filesystem tests

If guestmount isn't available on the system, filesystem test setup falls
back to using loop mounts to prepare its disk images. If guestmount is
available but fails to work, the tests are immediately skipped. Instead
of giving up on a guestmount failure, try using loop mounts as an
attempt to keep tests running.

Also stop checking if guestmount is in PATH, as trying to run a missing
guestmount can now follow the same failure codepath and fall back to
loop mounts anyway.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
test/py/tests/test_fs/conftest.py