]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fuse(4): add tests for CREATE, OPEN, READLINK, SETATTR and SYMLINK
authorasomers <asomers@FreeBSD.org>
Mon, 4 Mar 2019 22:07:33 +0000 (22:07 +0000)
committerasomers <asomers@FreeBSD.org>
Mon, 4 Mar 2019 22:07:33 +0000 (22:07 +0000)
commitbaa71180ee671e95b94eb12afe900c33764e0e64
tree2c773773056fb411e89c88cf3acf0cbbeba1a06f
parenta31327a29056508e1da6c19dfd82a214f0cd0236
fuse(4): add tests for CREATE, OPEN, READLINK, SETATTR and SYMLINK

The new SETATTR tests deal with already-open files.

PR: 235775
PR: 236231
Sponsored by: The FreeBSD Foundation
tests/sys/fs/fuse/Makefile
tests/sys/fs/fuse/create.cc [new file with mode: 0644]
tests/sys/fs/fuse/mockfs.hh
tests/sys/fs/fuse/open.cc [new file with mode: 0644]
tests/sys/fs/fuse/readlink.cc [new file with mode: 0644]
tests/sys/fs/fuse/setattr.cc
tests/sys/fs/fuse/symlink.cc [new file with mode: 0644]