From 2757010166e8dd3f198989747f64bb497566ddaf Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Tue, 25 Feb 2020 18:27:41 -0500 Subject: [PATCH] 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 Reviewed-by: John Kennedy Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #10046 --- tests/runfiles/common.run | 3 +-- tests/runfiles/linux.run | 2 +- 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]