diff options
author | Ryan Moeller <[email protected]> | 2021-07-26 16:08:52 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-08-17 10:25:58 -0700 |
commit | 8ae86e2edc736483c1530fd689525aa2460eaec8 (patch) | |
tree | 4d0edf8998d40598c124c295b14599d7601eeb2f /tests/runfiles/common.run | |
parent | abbf0bd4eba8c44e370c343b1a3ab74f13fd0840 (diff) |
ZTS: Add tests for creation time
Reviewed-by: Tony Nguyen <[email protected]>
Reviewed-by: Allan Jude <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #12432
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r-- | tests/runfiles/common.run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 536788f2e..895e70552 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -575,6 +575,10 @@ tags = ['functional', 'compression'] tests = ['cp_files_001_pos'] tags = ['functional', 'cp_files'] +[tests/functional/crtime] +tests = ['crtime_001_pos' ] +tags = ['functional', 'crtime'] + [tests/functional/ctime] tests = ['ctime_001_pos' ] tags = ['functional', 'ctime'] |