diff options
author | Val Packett <[email protected]> | 2023-05-11 18:16:57 -0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2023-05-31 17:01:16 -0700 |
commit | 4f583a827e3b40f3bdfba78db75e1fe1feff122c (patch) | |
tree | 2ca785657522f9d105d9458255f87f8e3c2d8d26 /tests | |
parent | db994458bbee99968827d88afd823d36ef82af28 (diff) |
PAM: enable testing on FreeBSD
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Felix Dörre <[email protected]>
Signed-off-by: Val Packett <[email protected]>
Closes #14834
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/freebsd.run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runfiles/freebsd.run b/tests/runfiles/freebsd.run index c7ca1d769..13696d645 100644 --- a/tests/runfiles/freebsd.run +++ b/tests/runfiles/freebsd.run @@ -25,3 +25,8 @@ tags = ['functional'] [tests/functional/cli_root/zfs_jail:FreeBSD] tests = ['zfs_jail_001_pos'] tags = ['functional', 'cli_root', 'zfs_jail'] + +[tests/functional/pam:FreeBSD] +tests = ['pam_basic', 'pam_change_unmounted', 'pam_nounmount', 'pam_recursive', + 'pam_short_password'] +tags = ['functional', 'pam'] |