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 <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
This commit is contained in:
parent
521abcc49a
commit
2757010166
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue