Minor QA updates and a script for dumping local QA config information.
[xfstests-dev.git] / common.config
1 ##/bin/sh
2
3 #
4 # Copyright (c) 2000-2003 Silicon Graphics, Inc.  All Rights Reserved.
5
6 # This program is free software; you can redistribute it and/or modify it
7 # under the terms of version 2 of the GNU General Public License as
8 # published by the Free Software Foundation.
9
10 # This program is distributed in the hope that it would be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14 # Further, this software is distributed without any warranty that it is
15 # free of the rightful claim of any third person regarding infringement
16 # or the like.  Any license provided herein, whether implied or
17 # otherwise, applies only to this software file.  Patent licenses, if
18 # any, provided herein do not apply to combinations of this program with
19 # other software, or any other product whatsoever.
20
21 # You should have received a copy of the GNU General Public License along
22 # with this program; if not, write the Free Software Foundation, Inc., 59
23 # Temple Place - Suite 330, Boston MA 02111-1307, USA.
24
25 # Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
26 # Mountain View, CA  94043, or:
27
28 # http://www.sgi.com 
29
30 # For further information regarding this notice, see: 
31
32 # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
33 #
34
35 #
36 # setup and check for config parameters, and in particular
37 #
38 # TEST_DIR              - scratch test directory that is in an already
39 #                         mounted XFS file system, needs to be be world
40 #                         writeable
41 # TEST_DEV              - device for file system containing TEST_DIR
42 # SCRATCH_DEV           - device you can make a scratch file system on
43 # SCRATCH_MNT           - mount point for scratch file system
44
45 # and optionally:
46 # SCRATCH_LOGDEV        - scratch log device for external log testing
47 # SCRATCH_RTDEV         - scratch rt dev
48 # TEST_LOGDEV           - test log device for external log testing
49 # TEST_RTDEV            - test rt dev
50 # TAPE_DEV              - the tape device for the xfsdump tests
51 # RMT_TAPE_DEV          - the remote tape device for the xfsdump tests
52 # RMT_IRIXTAPE_DEV      - the IRIX remote tape device for the xfsdump tests
53 # RMT_TAPE_USER         - remote user for tape device
54 #
55
56 #
57 # - This script is shared by the stress test system and the auto-qa
58 #   system (includes both regression test and benchmark components).
59 # - TEST_DEV & TEST_DIR must be assigned.
60 # - this script shouldn't make any assertions about filesystem
61 #   validity or mountedness.
62 #
63
64 HOST=`hostname -s`
65 MODULAR=0               # using XFS as a module or not
66 BOOT="/boot"            # install target for kernels
67 export EXTRA=${EXTRA:=-xfs-qa}
68
69 # general parameters (mainly for auto-qa)
70 SOAK_PROC=3             # -p option to fsstress
71 SOAK_STRESS=10000       # -n option to fsstress
72 SOAK_PASSES=-1          # count of repetitions of fsstress (while soaking)
73 EMAIL=root@localhost    # where auto-qa will send its status messages
74 export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
75 export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
76 export CHECK_OPTIONS=${CHECK_OPTIONS:="-g auto"}
77 export BENCH_PASSES=${BENCH_PASSES:=5}
78
79 export DEBUG=${DEBUG:=-DEXPERIMENTAL_LARGE_SECTORS}
80 export MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a}
81 export LOCAL_CONFIGURE_OPTIONS=${LOCAL_CONFIGURE_OPTIONS:=--enable-readline=yes}
82
83 case "$HOST"
84 in
85     bruce)
86         MODULAR=0
87         EMAIL="nathans@larry"
88         SCRATCH_MNT=/mnt/xfs0
89         SCRATCH_DEV=/dev/sdb5
90         #SCRATCH_RTDEV=/dev/sda9
91         SCRATCH_LOGDEV=/dev/sda11
92         TEST_DIR=/mnt/xfs1
93         TEST_DEV=/dev/sda10
94         TAPE_DEV=/dev/st0
95         RMT_TAPE_DEV=bruce:/dev/st0
96         RMT_IRIXTAPE_DEV=snort:/dev/tape
97         RMT_TAPE_USER=guest
98         ;;
99     sherman)
100         TEST_DEV=/dev/sda10
101         TEST_DIR=/mnt/xfs1
102         SCRATCH_DEV=/dev/sda9
103         SCRATCH_MNT=/mnt/xfs0
104         ;;
105     sagan)
106         MODULAR=1
107         EMAIL="tes@larry"
108         TEST_DEV=/dev/sda6
109         TEST_DIR=/mnt/xfs0
110         SCRATCH_DEV=/dev/sda7
111         SCRATCH_MNT=/mnt/xfs1
112         TAPE_DEV=/dev/st0
113         RMT_TAPE_DEV=sagan:/dev/st0
114         RMT_IRIXTAPE_DEV=snort:/dev/tape
115         RMT_TAPE_USER=guest
116         ;;
117     frodo)
118         MODULAR=0
119         EMAIL="nathans@larry"
120         TEST_DEV=/dev/hda6
121         TEST_DIR=/mnt/test
122         SCRATCH_DEV=/dev/hda7
123         SCRATCH_MNT=/mnt/scratch
124         SCRATCH_LOGDEV=/dev/hda9
125         ;;
126     goldfish)
127         MODULAR=0
128         TEST_DEV=/dev/hdc1
129         TEST_DIR=/mnt/xfs0
130         SCRATCH_DEV=/dev/hdc2
131         SCRATCH_MNT=/mnt/xfs1
132         SCRATCH_LOGDEV=/dev/hdc3
133         ;;
134     lord)
135         TEST_DIR=/xfs
136         TEST_DEV=/dev/sda5
137         SCRATCH_DEV=/dev/hda7
138         SCRATCH_LOGDEV=/dev/sda6
139         SCRATCH_MNT=/xfs1
140         ;;
141     burst)
142         TEST_DIR=/xfs
143         TEST_DEV=/dev/hda3
144         SCRATCH_DEV=/dev/hda7
145         SCRATCH_MNT=/scratch
146         ;;
147     lumpy)
148         TEST_DEV=/dev/sdc5
149         TEST_DIR=/mnt/scratch_0
150         SCRATCH_DEV=/dev/sdc7
151         SCRATCH_MNT=/mnt/scratch_2
152         ;;
153     bongo)
154         TEST_DEV=/dev/hda8
155         TEST_DIR=/xfs1
156         SCRATCH_DEV=/dev/hda9
157         SCRATCH_MNT=/xfs2
158         SCRATCH_LOGDEV=/dev/hda10
159         SCRATCH_RTDEV=/dev/hda11
160         ;;
161     surly)
162         TEST_DEV=/dev/hda9
163         TEST_DIR=/mnt/xfs1
164         SCRATCH_DEV=/dev/hda8
165         SCRATCH_MNT=/mnt/xfs0
166         SCRATCH_LOGDEV=/dev/hda10
167         TAPE_DEV=/dev/st0
168         RMT_TAPE_DEV=fuzzy:/dev/st0
169         RMT_IRIXTAPE_DEV=blub:/dev/tape
170         RMT_TAPE_USER=guest
171         ;;
172     permit)
173         TEST_DEV=/dev/sdc1
174         TEST_DIR=/mnt/xfs0
175         SCRATCH_DEV=/dev/sdd1
176         SCRATCH_MNT=/mnt/xfs1
177         ;;
178     indra)
179         TEST_DEV=/dev/sdb1
180         TEST_DIR=/mnt/xfs0
181         SCRATCH_DEV=/dev/sdb2
182         SCRATCH_MNT=/mnt/xfs1
183         ;;
184     usermode)
185         TEST_DEV=/dev/ubd/1
186         TEST_DIR=/mnt/test
187         SCRATCH_DEV=/dev/ubd/2
188         SCRATCH_MNT=/mnt/scratch
189         SCRATCH_RTDEV=/dev/ubd/3
190         SCRATCH_LOGDEV=/dev/ubd/4
191         ;;
192     lite)
193         TEST_DEV=/dev/sda1
194         TEST_DIR=/mnt/sda1
195         SCRATCH_DEV=/dev/sda2
196         SCRATCH_MNT=/mnt/sda2
197         SCRATCH_LOGDEV=/dev/sda3
198         ;;
199     dmfnt2)
200         TEST_DEV=/dev/sda6
201         TEST_DIR=/mnt/test
202         SCRATCH_DEV=/dev/sdc6
203         SCRATCH_MNT=/mnt/scratch
204         TAPE_DEV=/dev/st0
205         RMT_TAPE_DEV=longhorn:/dev/tape
206 #       RMT_IRIXTAPE_DEV=longhorn:/dev/tape
207         RMT_TAPE_USER=guest
208         ;;
209     lab343)
210         MODULAR=0
211         EMAIL="hch@sgi.com"
212         TEST_DEV=/dev/sdb1
213         SCRATCH_DEV=/dev/sdb2
214         SCRATCH_LOGDEV=/dev/sdb5
215         SCRATCH_RTDEV=/dev/sdb6
216         TEST_DIR=/qa/test
217         SCRATCH_MNT=/qa/scratch
218         ;;
219     *)
220         echo "common.config: Error: need to define parameters for host $HOST"
221         exit 1
222         ;;
223 esac
224
225 if [ ! -b "$TEST_DEV" ]
226 then
227     echo "common.config: Error: \$TEST_DEV ($TEST_DEV) is not a block device"
228     exit 1
229 fi
230
231 if [ ! -d "$TEST_DIR" ]
232 then
233     echo "common.config: Error: \$TEST_DIR ($TEST_DIR) is not a directory"
234     exit 1
235 fi
236
237 if [ ! -z "$SCRATCH_DEV" -a ! -b "$SCRATCH_DEV" ]
238 then
239     echo "common.config: Error: \$SCRATCH_DEV ($SCRATCH_DEV) is not a block device"
240     exit 1
241 fi
242
243 if [ ! -z "$SCRATCH_DEV" -a ! -d "$SCRATCH_MNT" ]
244 then
245     echo "common.config: Error: \$SCRATCH_MNT ($SCRATCH_MNT) is not a directory"
246     exit 1
247 fi
248
249 _readlink()
250 {
251     if [ $# -ne 1 ]
252     then
253         echo "Usage: _readlink filename" 1>&2
254         exit 1
255     fi
256
257     perl -e "\$in=\"$1\";" -e '
258         $lnk = readlink($in);
259         if ($lnk =~ m!^/.*!) {
260           print "$lnk\n";
261         }
262         else {
263           chomp($dir = `dirname $in`);
264           print "$dir/$lnk\n";
265         }'
266 }
267
268 # if devfs is running expand the full /dev/.. pathname - this is what will be
269 # returned by utilities such as mount
270 [ -L "$TEST_DEV" ] && TEST_DEV=`_readlink $TEST_DEV`
271 [ -L "$SCRATCH_DEV" ] && SCRATCH_DEV=`_readlink $SCRATCH_DEV`
272 [ -L "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=`_readlink $SCRATCH_LOGDEV`
273 [ -L "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=`_readlink $SCRATCH_LOGDEV`
274
275 # make sure this script returns success
276 /bin/true