PAM: enable testing on FreeBSD
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Felix Dörre <felix@dogcraft.de> Signed-off-by: Val Packett <val@packett.cool> Closes #14834
This commit is contained in:
parent
db994458bb
commit
4f583a827e
|
@ -25,3 +25,8 @@ tags = ['functional']
|
||||||
[tests/functional/cli_root/zfs_jail:FreeBSD]
|
[tests/functional/cli_root/zfs_jail:FreeBSD]
|
||||||
tests = ['zfs_jail_001_pos']
|
tests = ['zfs_jail_001_pos']
|
||||||
tags = ['functional', 'cli_root', 'zfs_jail']
|
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']
|
||||||
|
|
Loading…
Reference in New Issue