mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Take out fsgqa user requirement as it isn't used
Merge of master-melb:xfs-cmds:30691a by kenmcd. Take out fsgqa user requirement as it isn't used
This commit is contained in:
@@ -31,7 +31,6 @@ _cleanup()
|
||||
_supported_fs xfs
|
||||
_supported_os Linux
|
||||
|
||||
_require_user
|
||||
_setup_testdir
|
||||
|
||||
QA_FS_PERMS=$here/src/fs_perms
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
# fsx tests modified from CXFSQA tests
|
||||
# - fsx_00_lite
|
||||
# - fsx_05_lite_mmap
|
||||
# - fsx_10_std,
|
||||
# - fsx_15_std_mmap
|
||||
# - fsx_10_std,
|
||||
# - fsx_15_std_mmap
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2006 Silicon Graphics, Inc. All Rights Reserved.
|
||||
#-----------------------------------------------------------------------
|
||||
@@ -91,10 +91,9 @@ _fsx_std_mmap()
|
||||
_supported_fs xfs
|
||||
_supported_os Linux
|
||||
|
||||
_require_user
|
||||
_setup_testdir
|
||||
|
||||
_fsx_lite_nommap
|
||||
_fsx_lite_nommap
|
||||
_fsx_lite_mmap
|
||||
|
||||
_fsx_std_nommap
|
||||
|
||||
@@ -41,7 +41,6 @@ _supported_os Linux
|
||||
|
||||
_setup_testdir
|
||||
_require_scratch
|
||||
_require_user
|
||||
|
||||
_scratch_mkfs >/dev/null 2>&1
|
||||
_scratch_mount "-o nosuid"
|
||||
@@ -49,9 +48,9 @@ _scratch_mount "-o nosuid"
|
||||
mkdir $SCRATCH_MNT/looptest
|
||||
|
||||
src/looptest -i 100000 -r -w -b 8192 -s $SCRATCH_MNT/looptest/looptest1.tst
|
||||
src/looptest -i 10000 -t -r -w -s -b 102400 $SCRATCH_MNT/looptest/looptest2.tst
|
||||
src/looptest -i 10000 -t -r -w -s -b 102400 $SCRATCH_MNT/looptest/looptest2.tst
|
||||
src/looptest -i 50000 -r -w -b 256 -s $SCRATCH_MNT/looptest/looptest3.tst
|
||||
src/looptest -i 2000 -o -r -w -b 8192 -s $SCRATCH_MNT/looptest/looptest4.tst
|
||||
|
||||
status=0
|
||||
exit
|
||||
exit
|
||||
|
||||
@@ -60,7 +60,6 @@ _supported_os Linux IRIX
|
||||
|
||||
_setup_testdir
|
||||
_require_scratch
|
||||
_require_user
|
||||
|
||||
_scratch_mkfs >/dev/null 2>&1
|
||||
_scratch_mount
|
||||
@@ -259,4 +258,4 @@ xfs_io -f -s -c "pread -v 0 1"\
|
||||
$SCRATCH_MNT/small_vector_async | _filter_xfs_io
|
||||
|
||||
status=0
|
||||
exit
|
||||
exit
|
||||
|
||||
@@ -31,7 +31,6 @@ _cleanup()
|
||||
_supported_fs xfs udf nfs
|
||||
_supported_os Linux
|
||||
|
||||
_require_user
|
||||
_setup_testdir
|
||||
|
||||
TESTFILE=$testdir/lock_file
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# FSQA Test No. 132
|
||||
#
|
||||
# xfs_io aligned vector rw created from CXFSQA test
|
||||
# xfs_io aligned vector rw created from CXFSQA test
|
||||
# unixfile_vector_aligned_rw
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
@@ -52,7 +52,6 @@ _supported_os Linux IRIX
|
||||
|
||||
_setup_testdir
|
||||
_require_scratch
|
||||
_require_user
|
||||
|
||||
_scratch_mkfs >/dev/null 2>&1
|
||||
_scratch_mount
|
||||
@@ -215,4 +214,4 @@ xfs_io -f -c "pwrite -S 0x92 10485760 10485760" \
|
||||
$SCRATCH_MNT/aligned_vector_rw | _filter_xfs_io
|
||||
|
||||
status=0
|
||||
exit
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user