ZTS: Add tests for DOS mode attributes

Create a new section of tests to run with acltype=off.

For now the only test we have is for the DOS mode READONLY attribute on
FreeBSD.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11734
This commit is contained in:
Ryan Moeller
2021-03-16 18:00:14 -04:00
committed by Tony Hutter
parent de722e55ca
commit 2439e95f36
9 changed files with 359 additions and 1 deletions
+4
View File
@@ -22,6 +22,10 @@ failsafe = callbacks/zfs_failsafe
outputdir = /var/tmp/test_results
tags = ['functional']
[tests/functional/acl/off:FreeBSD]
tests = ['dosmode']
tags = ['functional', 'acl']
[tests/functional/cli_root/zfs_jail:FreeBSD]
tests = ['zfs_jail_001_pos']
tags = ['functional', 'cli_root', 'zfs_jail']