xfstests: add _require_freeze and minor cleanups

More filesystems have grown freeze capability, so rather than
hardcoding several in _supported_fs, make tests 068 and 280
generic and then add a new _require_freeze() which checks whether
the fs under test can be frozen before beginning the test.

Minor other cleanups to 280:
- remove extra _supported_fs line
- clear $seq.full before beginning

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
Eric Sandeen
2012-09-19 17:53:56 -05:00
committed by Ben Myers
parent 13149d529b
commit 6565b7986e
3 changed files with 15 additions and 3 deletions
+2 -1
View File
@@ -51,10 +51,11 @@ trap "_cleanup" 0 1 2 3 15
. ./common.filter
# real QA test starts here
_supported_fs btrfs ext3 ext4 xfs
_supported_fs generic
_supported_os Linux IRIX
_require_scratch
_require_freeze
echo "*** init FS"