aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_examples.py
AgeCommit message (Expand)AuthorLines
2023-04-12Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens-0/+31
2023-04-11Migrate away from deprecated distutilsMatthias Goergens-1/+1
2023-04-01Add unit tests for setxattr() et alNikolaus Rath-3/+11
2023-01-13passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert-0/+2
2023-01-06Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons-1/+4
2021-06-23Do not run unlinked files test on passthrough_hp with old kernelsAmir Goldstein-0/+7
2021-03-18Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André-4/+10
2021-02-03Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel-1/+18
2020-01-25Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)Anthony Rebello-8/+20
2019-07-09Do not run passthrough test when caching is active.Nikolaus Rath-1/+2
2019-07-05test_cuse: fix runtime errorNikolaus Rath-4/+4
2019-07-04Fix output checking in test casesNikolaus Rath-20/+29
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers-8/+23
2019-05-09Added new example filesystemNikolaus Rath-0/+54
2018-11-24Added testcase for "big" readdir.Nikolaus Rath-0/+26
2018-11-24Kill filesystem process on test cleanup.Nikolaus Rath-6/+6
2018-10-10Enable more tests for passthrough_llNikolaus Rath-48/+18
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-11/+27
2018-09-27Fix unlink errno checkScott Worley-1/+1
2018-07-11Don't assume sub-second resolution for st_atime/st_mtime.Nikolaus Rath-2/+2
2017-08-25example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath-0/+2
2017-08-25examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath-20/+15
2017-08-24Skip testing null and ioctl examples under FreeBSD.Nikolaus Rath-0/+10
2017-08-24Removed unused import.Nikolaus Rath-1/+1
2017-08-24Use printcap() to control test executionNikolaus Rath-11/+15
2017-08-24Added testcase for examples/printcapNikolaus Rath-0/+6
2017-08-11Skip tests that aren't supported under FreeBSD.Nikolaus Rath-4/+11
2017-08-11Don't build passthrough_ll under BSD.Nikolaus Rath-0/+3
2017-08-06os_open(): don't attempt to close fd if open failed.Nikolaus Rath-1/+1
2017-08-06Added writeback cache to passthrough_llNikolaus Rath-21/+59
2017-08-04Added append and seek testsNikolaus Rath-3/+41
2017-08-03Don't check st_nlink value for mkdirNikolaus Rath-0/+1
2017-06-20tst_readdir(): actually go through FUSENikolaus Rath-6/+9
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath-2/+2
2017-06-05example/passthrough_ll: added write supportNikolaus Rath-1/+1
2017-05-31tst_link(): wait for RELEASE requestNikolaus Rath-9/+16
2017-05-25Factored out C-based testsNikolaus Rath-47/+0
2017-05-25tst_link(): add more assertionsNikolaus Rath-3/+17
2017-05-24Added tst_open_read()Nikolaus Rath-0/+9
2017-04-07Actually test passthrough* examplesNikolaus Rath-1/+1
2017-04-07test_examples(): test without debug messages firstNikolaus Rath-1/+1
2017-04-07test_examples(): avoid false positives from fuse debug outputNikolaus Rath-1/+7
2017-04-07passthrough_ll: only test functions that are actually providedNikolaus Rath-19/+23
2017-04-07Remove checked_unlink()Nikolaus Rath-18/+7
2017-04-07Turn tst_mknod() into tst_create()Nikolaus Rath-8/+15
2017-04-07Renamed tst_write() to tst_open_write()Nikolaus Rath-7/+12
2017-04-07Added tst_unlink()Nikolaus Rath-0/+13
2017-04-07tst_mkdir(): factor out tst_rmdir()Nikolaus Rath-3/+14
2017-04-07Rename tst_unlink() to tst_open_unlink()Nikolaus Rath-4/+4
2017-04-07tst_readdir(): don't require create/mkdir supportNikolaus Rath-3/+3