]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: Move user_namespace test to linux.run
authorRyan Moeller <ryan@iXsystems.com>
Wed, 12 Feb 2020 21:06:00 +0000 (16:06 -0500)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 21:06:00 +0000 (13:06 -0800)
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

tests/runfiles/common.run
tests/runfiles/linux.run

index 74259acc251c051d43f3d168a9d0d398a966760c..dfdc5ee58a900b944ec28d9f2b2504354e8212c8 100644 (file)
@@ -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',
index 1be9dcdc55a5eb9cfe1069f7a02da5a5cfa0a7a6..7378f1aee28eff8a4cc6456a5172c893405df274 100644 (file)
@@ -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']