diff options
author | Ryan Moeller <ryan@iXsystems.com> | 2020-02-21 11:52:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 08:52:44 -0800 |
commit | f5f438194df6419573eb699f9ef0c8b0e1aeaf12 (patch) | |
tree | e635a70433d462374bf8bf147b0b6da7fda68699 /tests/runfiles/sunos.run | |
parent | 6a608416315ab9a109b948baa02a90171b09a337 (diff) |
ZTS: Move privilege tests to sunos.run
These tests are unspported on FreeBSD and Linux for lack of pfexec.
Move the privilege tests to sunos.run and remove the platform checks.
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10035
Diffstat (limited to 'tests/runfiles/sunos.run')
-rw-r--r-- | tests/runfiles/sunos.run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runfiles/sunos.run b/tests/runfiles/sunos.run index 129e1c570..0cff4046e 100644 --- a/tests/runfiles/sunos.run +++ b/tests/runfiles/sunos.run @@ -33,6 +33,10 @@ tags = ['functional', 'cli_root', 'zpool_add'] tests = ['zpool_create_016_pos'] tags = ['functional', 'cli_root', 'zpool_create'] +[tests/functional/privilege] +tests = ['privilege_001_pos', 'privilege_002_pos'] +tags = ['functional', 'privilege'] + [tests/functional/xattr:illumos] tests = ['xattr_008_pos', 'xattr_009_neg', 'xattr_010_neg'] tags = ['functional', 'xattr'] |