]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - tests/test_fuse.py
Support remounting in fuse tests.
[bcachefs-tools-debian] / tests / test_fuse.py
index da0a7a42f59bd260a10503d6afdc2c0a7ced8086..c7608f4c85dbb6e098723cc99a078cae6c9af595 100644 (file)
@@ -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()