summaryrefslogtreecommitdiffstats
path: root/tests/runfiles
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-02-25 18:27:41 -0500
committerGitHub <[email protected]>2020-02-25 15:27:41 -0800
commit2757010166e8dd3f198989747f64bb497566ddaf (patch)
tree1d8b2b4fc2488c02e1fa473c0c46fa981195a680 /tests/runfiles
parent521abcc49a73ac5187f58807b8599de04d9d9765 (diff)
ZTS: Move atime_003 to linux.run
This test verifies relatime behavior, which is only present on Linux. Move the test to linux.run Reviewed-by: Igor Kozhukhov <[email protected]> Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #10046
Diffstat (limited to 'tests/runfiles')
-rw-r--r--tests/runfiles/common.run3
-rw-r--r--tests/runfiles/linux.run2
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run
index 84709b324..c4d1b6c56 100644
--- a/tests/runfiles/common.run
+++ b/tests/runfiles/common.run
@@ -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]
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run
index 6d6fc0322..bb83fa57f 100644
--- a/tests/runfiles/linux.run
+++ b/tests/runfiles/linux.run
@@ -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]