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:
Barry Naujok
2008-03-19 15:33:35 +00:00
parent d6efccf1c4
commit 2445815a60
6 changed files with 8 additions and 14 deletions
-1
View File
@@ -31,7 +31,6 @@ _cleanup()
_supported_fs xfs
_supported_os Linux
_require_user
_setup_testdir
QA_FS_PERMS=$here/src/fs_perms
+3 -4
View File
@@ -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
+2 -3
View File
@@ -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
+1 -2
View File
@@ -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
-1
View File
@@ -31,7 +31,6 @@ _cleanup()
_supported_fs xfs udf nfs
_supported_os Linux
_require_user
_setup_testdir
TESTFILE=$testdir/lock_file
+2 -3
View 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