Skip to content

Commit

Permalink
Add tests for idmapped mount functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Youzhong Yang <[email protected]>
  • Loading branch information
Youzhong Yang committed Oct 13, 2022
1 parent 0233475 commit 9194e08
Show file tree
Hide file tree
Showing 14 changed files with 1,315 additions and 4 deletions.
4 changes: 4 additions & 0 deletions tests/runfiles/linux.run
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,7 @@ tags = ['functional', 'userquota']
tests = ['zvol_misc_fua']
tags = ['functional', 'zvol', 'zvol_misc']

[tests/functional/idmap_mount:Linux]
tests = ['idmap_mount_001', 'idmap_mount_002', 'idmap_mount_003',
'idmap_mount_004']
tags = ['functional', 'idmap_mount']
1 change: 1 addition & 0 deletions tests/zfs-tests/cmd/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@
/edonr_test
/skein_test
/sha2_test
/idmap_util
2 changes: 2 additions & 0 deletions tests/zfs-tests/cmd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ scripts_zfs_tests_bin_PROGRAMS += %D%/getversion
scripts_zfs_tests_bin_PROGRAMS += %D%/user_ns_exec
scripts_zfs_tests_bin_PROGRAMS += %D%/xattrtest
scripts_zfs_tests_bin_PROGRAMS += %D%/zed_fd_spill-zedlet
scripts_zfs_tests_bin_PROGRAMS += %D%/idmap_util

%C%_idmap_util_LDADD = libspl.la

dist_noinst_DATA += %D%/linux_dos_attributes/dos_attributes.h
scripts_zfs_tests_bin_PROGRAMS += %D%/read_dos_attributes %D%/write_dos_attributes
Expand Down
Loading

0 comments on commit 9194e08

Please sign in to comment.