Skip to content

Commit 9194e08

Browse files
author
Youzhong Yang
committed
Add tests for idmapped mount functionality
Signed-off-by: Youzhong Yang <[email protected]>
1 parent 0233475 commit 9194e08

File tree

14 files changed

+1315
-4
lines changed

14 files changed

+1315
-4
lines changed

tests/runfiles/linux.run

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,7 @@ tags = ['functional', 'userquota']
194194
tests = ['zvol_misc_fua']
195195
tags = ['functional', 'zvol', 'zvol_misc']
196196

197+
[tests/functional/idmap_mount:Linux]
198+
tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003',
199+
'idmap_mount_004']
200+
tags = ['functional', 'idmap_mount']

tests/zfs-tests/cmd/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@
4747
/edonr_test
4848
/skein_test
4949
/sha2_test
50+
/idmap_util

tests/zfs-tests/cmd/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ scripts_zfs_tests_bin_PROGRAMS += %D%/getversion
118118
scripts_zfs_tests_bin_PROGRAMS += %D%/user_ns_exec
119119
scripts_zfs_tests_bin_PROGRAMS += %D%/xattrtest
120120
scripts_zfs_tests_bin_PROGRAMS += %D%/zed_fd_spill-zedlet
121+
scripts_zfs_tests_bin_PROGRAMS += %D%/idmap_util
121122

123+
%C%_idmap_util_LDADD = libspl.la
122124

123125
dist_noinst_DATA += %D%/linux_dos_attributes/dos_attributes.h
124126
scripts_zfs_tests_bin_PROGRAMS += %D%/read_dos_attributes %D%/write_dos_attributes

0 commit comments

Comments
 (0)