diff options
author | Chunwei Chen <[email protected]> | 2016-04-05 17:32:23 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-04-05 18:56:06 -0700 |
commit | 2b54cb14517b8b3877716dbe02fe75f12a47eb5e (patch) | |
tree | 0bc605d917ff1b7aca1c100f4082e13df9b26813 /tests/runfiles/linux.run | |
parent | 676007719462edf6ae1f0779252b99a0cb86b630 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4482
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 9857dba1a..c275468c9 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -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 |