Add zfs-tests for relatime

Add atime_003_pos to test relatime=on, we do check_atime_updated twice, the
first time should success and the second time should fail. We also modify
atime_001_pos to do check_atime_updated twice and both times should succeed.

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4482
This commit is contained in:
Chunwei Chen
2016-04-05 17:32:23 -07:00
committed by Brian Behlendorf
parent 6760077194
commit 2b54cb1451
4 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ outputdir = /var/tmp/test_results
tests = ['posix_002_pos']
[tests/functional/atime]
tests = ['atime_001_pos', 'atime_002_neg']
tests = ['atime_001_pos', 'atime_002_neg', 'atime_003_pos']
# DISABLED:
# bootfs_006_pos - needs investigation