]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: Added ceph-dokan tests
authorStefan Chivu <schivu@cloudbasesolutions.com>
Thu, 27 Oct 2022 13:04:27 +0000 (13:04 +0000)
committerStefan Chivu <schivu@cloudbasesolutions.com>
Mon, 7 Nov 2022 08:25:53 +0000 (10:25 +0200)
commit51c0c53196f4a4ab742b69653597911d3d49868c
tree049a4df32b957c0f5c9eee65f62268cf0e4bef0d
parentc0c0df979ee5970e02f138125636a39fa80e87fb
test: Added ceph-dokan tests

Added tests for the following ceph-dokan functionalities:

- mounting a CephFS volume
- creating files & folders
- r/w from files
- find files
- move files
- get file type
- get/set file timestamps
- set file eof/allocation size
- get volume information
- get volume space information
- file create dispositions
- file delete disposition

Signed-off-by: Stefan Chivu <schivu@cloudbasesolutions.com>
src/test/CMakeLists.txt
src/test/dokan/CMakeLists.txt [new file with mode: 0644]
src/test/dokan/dokan.cc [new file with mode: 0644]