Merge branch 'vendor/OPENSSL'
[dragonfly.git] / test / stress / stress2 / orangutan.netperf.freebsd.org
1 # $FreeBSD$
2
3 # Configuration needed for the orangutan test box
4
5 RUNDIR=/m2/stressX
6 KBLOCKS=`df -ik $RUNDIR | tail -1 | awk '{print $4}`
7 INODES=`df -ik $RUNDIR | tail -1 | awk '{print  $7}`
8
9 BLASTHOST=127.0.0.1
10
11 DISKIMAGE=/m2/diskimage # Location of 1G disk image
12 MNTPOINT=/m2            # Disk image mount point
13 TESTUSER=test           # Name of non root test user
14 MDSTART=5               # Start of free md units
15
16 TZ=Europe/Copenhagen; export TZ
17 SHELL=/bin/sh