Add flutz into the QA host mix
[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_LOGDEV=/dev/sda11
91         TEST_DIR=/mnt/xfs1
92         TEST_DEV=/dev/sda10
93         TEST_LOGDEV=/dev/sda9
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     flutz)
106         MODULAR=0
107         EMAIL="nathans@larry"
108         TEST_DEV=/dev/sda5
109         TEST_DIR=/xfsqa1
110         SCRATCH_DEV=/dev/sda6
111         SCRATCH_LOGDEV=/dev/sda7
112         SCRATCH_MNT=/xfsqa2
113         TAPE_DEV=/dev/st0
114         RMT_TAPE_DEV=bruce:/dev/st0
115         RMT_IRIXTAPE_DEV=snort:/dev/tape
116         RMT_TAPE_USER=guest
117         ;;
118     frodo)
119         MODULAR=0
120         EMAIL="nathans@larry"
121         TEST_DEV=/dev/hda6
122         TEST_DIR=/mnt/test
123         SCRATCH_DEV=/dev/hda7
124         SCRATCH_MNT=/mnt/scratch
125         SCRATCH_LOGDEV=/dev/hda9
126         ;;
127     goldfish)
128         MODULAR=0
129         TEST_DEV=/dev/hdc1
130         TEST_DIR=/mnt/xfs0
131         SCRATCH_DEV=/dev/hdc2
132         SCRATCH_MNT=/mnt/xfs1
133         SCRATCH_LOGDEV=/dev/hdc3
134         ;;
135     lord)
136         TEST_DIR=/xfs
137         TEST_DEV=/dev/sda5
138         SCRATCH_DEV=/dev/hda7
139         SCRATCH_LOGDEV=/dev/sda6
140         SCRATCH_MNT=/xfs1
141         ;;
142     burst)
143         TEST_DIR=/xfs
144         TEST_DEV=/dev/hda3
145         SCRATCH_DEV=/dev/hda7
146         SCRATCH_MNT=/scratch
147         ;;
148     lumpy)
149         TEST_DEV=/dev/sdc5
150         TEST_DIR=/mnt/scratch_0
151         SCRATCH_DEV=/dev/sdc7
152         SCRATCH_MNT=/mnt/scratch_2
153         ;;
154     bongo)
155         TEST_DEV=/dev/hda8
156         TEST_DIR=/xfs1
157         SCRATCH_DEV=/dev/hda9
158         SCRATCH_MNT=/xfs2
159         SCRATCH_LOGDEV=/dev/hda10
160         SCRATCH_RTDEV=/dev/hda11
161         ;;
162     surly)
163         TEST_DEV=/dev/hda9
164         TEST_DIR=/mnt/xfs1
165         SCRATCH_DEV=/dev/hda8
166         SCRATCH_MNT=/mnt/xfs0
167         SCRATCH_LOGDEV=/dev/hda10
168         TAPE_DEV=/dev/st0
169         RMT_TAPE_DEV=fuzzy:/dev/st0
170         RMT_IRIXTAPE_DEV=blub:/dev/tape
171         RMT_TAPE_USER=guest
172         ;;
173     permit)
174         TEST_DEV=/dev/sdc1
175         TEST_DIR=/mnt/xfs0
176         SCRATCH_DEV=/dev/sdd1
177         SCRATCH_MNT=/mnt/xfs1
178         ;;
179     indra)
180         TEST_DEV=/dev/sdb1
181         TEST_DIR=/mnt/xfs0
182         SCRATCH_DEV=/dev/sdb2
183         SCRATCH_MNT=/mnt/xfs1
184         ;;
185     usermode)
186         TEST_DEV=/dev/ubd/1
187         TEST_DIR=/mnt/test
188         SCRATCH_DEV=/dev/ubd/2
189         SCRATCH_MNT=/mnt/scratch
190         SCRATCH_RTDEV=/dev/ubd/3
191         SCRATCH_LOGDEV=/dev/ubd/4
192         ;;
193     lite)
194         TEST_DEV=/dev/sda1
195         TEST_DIR=/mnt/sda1
196         SCRATCH_DEV=/dev/sda2
197         SCRATCH_MNT=/mnt/sda2
198         SCRATCH_LOGDEV=/dev/sda3
199         ;;
200     dmfnt2)
201         TEST_DEV=/dev/sda6
202         TEST_DIR=/mnt/test
203         SCRATCH_DEV=/dev/sdc6
204         SCRATCH_MNT=/mnt/scratch
205         TAPE_DEV=/dev/st0
206         RMT_TAPE_DEV=longhorn:/dev/tape
207 #       RMT_IRIXTAPE_DEV=longhorn:/dev/tape
208         RMT_TAPE_USER=guest
209         ;;
210     lab343)
211         MODULAR=0
212         EMAIL="hch@sgi.com"
213         TEST_DEV=/dev/sdb1
214         SCRATCH_DEV=/dev/sdb2
215         SCRATCH_LOGDEV=/dev/sdb5
216         SCRATCH_RTDEV=/dev/sdb6
217         TEST_DIR=/qa/test
218         SCRATCH_MNT=/qa/scratch
219         ;;
220     *)
221         echo "common.config: Error: need to define parameters for host $HOST"
222         exit 1
223         ;;
224 esac
225
226 if [ ! -b "$TEST_DEV" ]
227 then
228     echo "common.config: Error: \$TEST_DEV ($TEST_DEV) is not a block device"
229     exit 1
230 fi
231
232 if [ ! -d "$TEST_DIR" ]
233 then
234     echo "common.config: Error: \$TEST_DIR ($TEST_DIR) is not a directory"
235     exit 1
236 fi
237
238 if [ ! -z "$SCRATCH_DEV" -a ! -b "$SCRATCH_DEV" ]
239 then
240     echo "common.config: Error: \$SCRATCH_DEV ($SCRATCH_DEV) is not a block device"
241     exit 1
242 fi
243
244 if [ ! -z "$SCRATCH_DEV" -a ! -d "$SCRATCH_MNT" ]
245 then
246     echo "common.config: Error: \$SCRATCH_MNT ($SCRATCH_MNT) is not a directory"
247     exit 1
248 fi
249
250 _readlink()
251 {
252     if [ $# -ne 1 ]
253     then
254         echo "Usage: _readlink filename" 1>&2
255         exit 1
256     fi
257
258     perl -e "\$in=\"$1\";" -e '
259         $lnk = readlink($in);
260         if ($lnk =~ m!^/.*!) {
261           print "$lnk\n";
262         }
263         else {
264           chomp($dir = `dirname $in`);
265           print "$dir/$lnk\n";
266         }'
267 }
268
269 # if devfs is running expand the full /dev/.. pathname - this is what will be
270 # returned by utilities such as mount
271 [ -L "$TEST_DEV" ] && TEST_DEV=`_readlink $TEST_DEV`
272 [ -L "$SCRATCH_DEV" ] && SCRATCH_DEV=`_readlink $SCRATCH_DEV`
273 [ -L "$SCRATCH_LOGDEV" ] && SCRATCH_LOGDEV=`_readlink $SCRATCH_LOGDEV`
274 [ -L "$SCRATCH_RTDEV" ] && SCRATCH_RTDEV=`_readlink $SCRATCH_LOGDEV`
275
276 # make sure this script returns success
277 /bin/true