aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_examples.py
AgeCommit message (Expand)AuthorLines
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
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-1/+1
2017-01-10Skip tests if not root and no setuid fusermount3.Nikolaus Rath-1/+3
2016-12-23Added documentation and test case for null exampleNikolaus Rath-0/+22
2016-10-24Fix segfault in debug logging codeNikolaus Rath-1/+4
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-2/+0
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-10/+5
2016-10-13tests: use freshly-build fusermount (instead of system version)Nikolaus Rath-2/+1
2016-10-13Only test writeback cache if kernel is recent enough.Nikolaus Rath-1/+5
2016-10-10Fix race condition in notify_* examplesNikolaus Rath-13/+8
2016-10-10Added write cache tests.Nikolaus Rath-0/+12
2016-10-09Added cuse unit test.Nikolaus Rath-0/+39
2016-10-09Increase timeouts in notify_* testsNikolaus Rath-8/+14
2016-10-09Renamed timefsN examples to fuse_notify_*Nikolaus Rath-4/+6
2016-10-09Renamed ioctl and poll examplesNikolaus Rath-6/+6
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath-36/+9
2016-10-08Added timefs3 to test notify_inval_entry.Nikolaus Rath-1/+33
2016-10-08Added timefs[12] examples.Nikolaus Rath-1/+31
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath-1/+1
2016-10-05Test more combinations of low-level options.Nikolaus Rath-6/+12
2016-10-02Run tests under valgrind when available.Nikolaus Rath-15/+20
2016-10-02Import os.path.join as pjoinNikolaus Rath-26/+27
2016-10-02Added test for fuse_lo-plus.Nikolaus Rath-0/+31
2016-10-02Run hello_ll single-threaded explicitly.Nikolaus Rath-0/+3
2016-05-13Add ioctl tests.Nikolaus Rath-0/+24
2016-03-29Added test_fselNikolaus Rath-0/+15
2016-03-29Added unit tests for fusexmp and helloNikolaus Rath-0/+306