summaryrefslogtreecommitdiff
path: root/smoke_test
AgeCommit message (Collapse)Author
2023-04-20Delete pytestKent Overstreet
These tests have never been useful; drop them. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2021-10-11Clean up smoketest and pytests.Brett Holman
- Replace depreciated tempfile with mktemp in smoketest. - Remove unused pytest imports and variables. - Make path lookup less fragile. Allows pytest to run from any cwd. - Prevent exeptions caused by calling functions/methods on None objects. - Disable fuse tests in smoketest. These are broken and add noise. - Add missing travis CI dependency. Signed-off-by: Brett Holman <bholman.devel@gmail.com>
2021-06-05Re-enable FUSE smoke tests.Justin Husted
Signed-off-by: Justin Husted <sigstop@gmail.com>
2021-06-05Fix smoke_test to use BCACHEFS_DEBUGJustin Husted
This file was not updated when D -> BCACHEFS_DEBUG Signed-off-by: Justin Husted <sigstop@gmail.com>
2021-06-04Disable fuse smoke testsJustin Husted
The FUSE support was broken a while back by an API change from the kernel. Disable fuse tests until this change is implemented. Signed-off-by: Justin Husted <sigstop@gmail.com>
2021-06-04add Valgrind suppression to ignore userspace-rcu leakBrett Holman
2021-05-19minor fixes for clang supportBrett Holman
2019-12-28bcachefs-tools: Add a smoke test master script.Justin Husted
This script builds and runs with various options to enable easy test coverage. Signed-off-by: Justin Husted <sigstop@gmail.com>