]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: Move atime_003 to linux.run
authorRyan Moeller <ryan@iXsystems.com>
Tue, 25 Feb 2020 23:27:41 +0000 (18:27 -0500)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 23:27:41 +0000 (15:27 -0800)
This test verifies relatime behavior, which is only present on Linux.

Move the test to linux.run

Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10046

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

index 84709b3240b37304ee98cc75b7a363637d12895c..c4d1b6c56c768767e198e5f580f60e50ee4b7344 100644 (file)
@@ -29,8 +29,7 @@ tests = ['alloc_class_001_pos', 'alloc_class_002_neg', 'alloc_class_003_pos',
 tags = ['functional', 'alloc_class']
 
 [tests/functional/atime]
-tests = ['atime_001_pos', 'atime_002_neg', 'atime_003_pos', 'root_atime_off',
-    'root_atime_on']
+tests = ['atime_001_pos', 'atime_002_neg', 'root_atime_off', 'root_atime_on']
 tags = ['functional', 'atime']
 
 [tests/functional/bootfs]
index 6d6fc03224c27d38f76850961f761596202c54b6..bb83fa57f1d6d05befd2bb8d6e9be63e836e2cd8 100644 (file)
@@ -30,7 +30,7 @@ tests = ['dbufstats_001_pos', 'dbufstats_002_pos', 'dbufstats_003_pos',
 tags = ['functional', 'arc']
 
 [tests/functional/atime:Linux]
-tests = ['root_relatime_on']
+tests = ['atime_003_pos', 'root_relatime_on']
 tags = ['functional', 'atime']
 
 [tests/functional/chattr:Linux]