summaryrefslogtreecommitdiff
path: root/tests/test_fuse.py
diff options
context:
space:
mode:
authorJustin Husted <sigstop@gmail.com>2019-11-18 15:36:36 -0800
committerJustin Husted <sigstop@gmail.com>2019-11-18 15:36:36 -0800
commit780de81b36188b141e35519d80755a83bfe5ea0b (patch)
tree9276b6e66bcf38b9f705fd741cf88aa5855ef9ca /tests/test_fuse.py
parent049dd7b79e94c0d4a9a290ff6c435401a22b5549 (diff)
Support remounting in fuse tests.
Signed-off-by: Justin Husted <sigstop@gmail.com>
Diffstat (limited to 'tests/test_fuse.py')
-rw-r--r--tests/test_fuse.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_fuse.py b/tests/test_fuse.py
index da0a7a42..c7608f4c 100644
--- a/tests/test_fuse.py
+++ b/tests/test_fuse.py
@@ -14,6 +14,13 @@ def test_mount(bfuse):
bfuse.unmount()
bfuse.verify()
+def test_remount(bfuse):
+ bfuse.mount()
+ bfuse.unmount()
+ bfuse.mount()
+ bfuse.unmount()
+ bfuse.verify()
+
def test_lostfound(bfuse):
bfuse.mount()