generic/496: ext4 and xfs supports swapon on fallocated file
[xfstests-dev.git] / doc / requirement-checking.txt
index 4e01b1f137848397e0972ab1369cb8b6f25a9fe1..45d2756bd2ceec07cb6b2ed5b4e6997dc0a14f60 100644 (file)
@@ -69,7 +69,7 @@ _require_xfs_io_command <name> [<switch>]
      switch.  For example:
 
        _require_xfs_io_command "falloc"
-       _require_xfs_io_command "chattr" "+/-x"
+       _require_xfs_io_command "chattr" "x"
 
      The first requires that xfs_io support the falloc command and the second
      that it supports the chattr command and that the chattr command supports
@@ -122,3 +122,12 @@ _require_log_writes
      The test requires the use of the device mapper target log-writes.
      The test also requires the test program log-writes/replay-log is built
      and will be skipped if either isn't available.
+
+======================
+PERF TEST REQUIREMENTS
+======================
+
+_require_fio_results
+
+     This test requires the supporting tools for saving and comparing fio based
+     perf test results.