go-ceph/cephfs
John Mulligan f88a2b13f9 cephfs: remove useMount test helper function
Now that there are no tests using the fuse mount point and the useMount
function that detects an external mount point is needed, we can remove
the useMount function itself and the env var used to control it.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2021-03-21 06:19:40 +00:00
..
admin cephfs: add state field to SubVolumeInfo structure. 2021-02-02 15:29:53 +00:00
cephfs.go cephfs: add function ParseDefaultConfigEnv to set ceph config from env 2020-07-24 09:54:04 -04:00
cephfs_test.go cephfs: remove useMount test helper function 2021-03-21 06:19:40 +00:00
command.go
command_test.go
conn_nautilus.go
conn_nautilus_test.go
directory.go
directory_test.go
doc.go
errors.go cephfs: use FormatErrorCode for formatting cephfs errors 2020-08-10 13:03:24 -04:00
errors_test.go cephfs: use FormatErrorCode for formatting cephfs errors 2020-08-10 13:03:24 -04:00
file.go cutil: use SyncBuffer for iovec type 2021-02-08 11:09:25 -05:00
file_test.go cephfs: remove uses of external mount of test fs 2021-03-21 06:19:40 +00:00
file_xattr.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
file_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
mount_perms_mimic.go
mount_perms_mimic_test.go cephfs: remove a use of external mount of test fs 2021-03-21 06:19:40 +00:00
path.go cephfs: add Truncate implementing ceph_truncate 2020-11-30 15:39:09 +00:00
path_test.go cephfs: remove uses of external mount of test fs 2021-03-21 06:19:40 +00:00
path_xattr.go cephfs: add path-based xattr functions 2020-08-04 13:35:35 -04:00
path_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
permissions.go
permissions_test.go cephfs: remove uses of external mount of test fs 2021-03-21 06:19:40 +00:00
statfs.go cephfs: add StatFS implementing ceph_statfs 2020-07-20 13:36:53 -04:00
statfs_test.go cephfs: add StatFS implementing ceph_statfs 2020-07-20 13:36:53 -04:00
statx.go timespec: move to internal pkg 2020-06-22 09:22:18 -04:00
statx_test.go
userperm.go
userperm_test.go