From 2445815a6035feac30d8beb5792ebeaa591eee15 Mon Sep 17 00:00:00 2001 From: Barry Naujok Date: Wed, 19 Mar 2008 15:33:35 +0000 Subject: [PATCH] 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 --- 126 | 1 - 127 | 7 +++---- 129 | 5 ++--- 130 | 3 +-- 131 | 1 - 132 | 5 ++--- 6 files changed, 8 insertions(+), 14 deletions(-) diff --git a/126 b/126 index 5f0e3e5d..7108ffda 100755 --- a/126 +++ b/126 @@ -31,7 +31,6 @@ _cleanup() _supported_fs xfs _supported_os Linux -_require_user _setup_testdir QA_FS_PERMS=$here/src/fs_perms diff --git a/127 b/127 index 7a71037c..3c2db326 100755 --- a/127 +++ b/127 @@ -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 diff --git a/129 b/129 index 10b783fd..e92d1f76 100755 --- a/129 +++ b/129 @@ -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 diff --git a/130 b/130 index 9f33b5f1..f287d203 100755 --- a/130 +++ b/130 @@ -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 diff --git a/131 b/131 index 3c063f4a..78627f55 100755 --- a/131 +++ b/131 @@ -31,7 +31,6 @@ _cleanup() _supported_fs xfs udf nfs _supported_os Linux -_require_user _setup_testdir TESTFILE=$testdir/lock_file diff --git a/132 b/132 index 09fdaa6a..df3d3d3f 100755 --- a/132 +++ b/132 @@ -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 -- 2.39.5