diff options
author | Ryan Moeller <[email protected]> | 2020-02-21 11:52:44 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-21 08:52:44 -0800 |
commit | f5f438194df6419573eb699f9ef0c8b0e1aeaf12 (patch) | |
tree | e635a70433d462374bf8bf147b0b6da7fda68699 /tests/runfiles | |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10035
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/common.run | 4 | ||||
-rw-r--r-- | tests/runfiles/sunos.run | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index cbd8ef93e..84709b324 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -668,10 +668,6 @@ tags = ['functional', 'pool_names'] tests = ['poolversion_001_pos', 'poolversion_002_pos'] tags = ['functional', 'poolversion'] -[tests/functional/privilege] -tests = ['privilege_001_pos', 'privilege_002_pos'] -tags = ['functional', 'privilege'] - [tests/functional/pyzfs] tests = ['pyzfs_unittest'] pre = 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'] |