public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic: mark tests that require O_DIRECT
@ 2016-06-09 18:42 Theodore Ts'o
  0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2016-06-09 18:42 UTC (permalink / raw)
  To: fstests; +Cc: Theodore Ts'o

generic/094 and generic/225 use fiemap-tester, which requires O_DIRECT.

generic/311 requests fsync-tester to use  O_DIRECT

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
---
 tests/generic/094 | 1 +
 tests/generic/225 | 1 +
 tests/generic/311 | 1 +
 3 files changed, 3 insertions(+)

diff --git a/tests/generic/094 b/tests/generic/094
index a51738a..005de1d 100755
--- a/tests/generic/094
+++ b/tests/generic/094
@@ -44,6 +44,7 @@ _cleanup()
 _supported_fs generic
 _supported_os Linux
 _require_scratch
+_require_odirect
 _require_xfs_io_command "fiemap"
 _require_xfs_io_command "falloc"
 
diff --git a/tests/generic/225 b/tests/generic/225
index c8e0f64..5285e68 100755
--- a/tests/generic/225
+++ b/tests/generic/225
@@ -44,6 +44,7 @@ _cleanup()
 _supported_fs generic
 _supported_os Linux
 _require_scratch
+_require_odirect
 _require_xfs_io_command "fiemap"
 
 _scratch_mkfs > /dev/null 2>&1
diff --git a/tests/generic/311 b/tests/generic/311
index 2d4413b..d510204 100755
--- a/tests/generic/311
+++ b/tests/generic/311
@@ -54,6 +54,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 _supported_fs generic
 _supported_os Linux
 _require_scratch_nocheck
+_require_odirect
 _require_dm_target flakey
 _require_metadata_journaling $SCRATCH_DEV
 
-- 
2.5.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-09 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 18:42 [PATCH] generic: mark tests that require O_DIRECT Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox