bcachefs-tools/tests
Justin Husted c3f09963af Implement basic fuse mount tests.
The purpose of these tests is to verify that bcachefs fuse support works
as expected, including gathering valgrind errors from the bcachefs
executable.

To do this, bcachefs is executed from a helper thread in the new
util.BFuse class, which goes about setting up and validating the
valgrind data as well as making sure the mount has completed
sufficiently before the test starts executing.

This also includes some basic functionality smoke tests which cover file
creation, timestamps, etc.

Signed-off-by: Justin Husted <sigstop@gmail.com>
2019-11-09 19:00:56 -08:00
..
conftest.py Implement basic fuse mount tests. 2019-11-09 19:00:56 -08:00
test_basic.py Implement basic fuse mount tests. 2019-11-09 19:00:56 -08:00
test_fixture.py Implement basic fuse mount tests. 2019-11-09 19:00:56 -08:00
test_fuse.py Implement basic fuse mount tests. 2019-11-09 19:00:56 -08:00
test_helper_trick.c Initial version of bcachefs tests. 2019-11-03 23:17:43 -05:00
test_helper.c Initial version of bcachefs tests. 2019-11-03 23:17:43 -05:00
util.py Implement basic fuse mount tests. 2019-11-09 19:00:56 -08:00