mirror of https://github.com/openzfs/zfs.git
ZTS: Move user_namespace test to linux.run
Namespaces is a Linux feature not available on other platforms. Move the user_namespace test out of common.run to linux.run. Reviewed-by: Igor Kozhukhov <igor@dilos.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9982
This commit is contained in:
parent
834f274fbf
commit
610eec452d
|
@ -825,10 +825,6 @@ tags = ['functional', 'truncate']
|
|||
tests = ['upgrade_userobj_001_pos', 'upgrade_readonly_pool']
|
||||
tags = ['functional', 'upgrade']
|
||||
|
||||
[tests/functional/user_namespace]
|
||||
tests = ['user_namespace_001']
|
||||
tags = ['functional', 'user_namespace']
|
||||
|
||||
[tests/functional/userquota]
|
||||
tests = [
|
||||
'userquota_001_pos', 'userquota_002_pos', 'userquota_003_pos',
|
||||
|
|
|
@ -159,6 +159,10 @@ tags = ['functional', 'tmpfile']
|
|||
tests = ['upgrade_projectquota_001_pos']
|
||||
tags = ['functional', 'upgrade']
|
||||
|
||||
[tests/functional/user_namespace:Linux]
|
||||
tests = ['user_namespace_001']
|
||||
tags = ['functional', 'user_namespace']
|
||||
|
||||
[tests/functional/userquota:Linux]
|
||||
tests = ['groupspace_001_pos', 'groupspace_002_pos', 'groupspace_003_pos',
|
||||
'userquota_013_pos', 'userspace_003_pos']
|
||||
|
|
Loading…
Reference in New Issue