BSD 4_4 release
[unix-history] / usr / src / sys / tests / nfs / unix-tests / basic / runtests.mvs
CommitLineData
1c15e888
C
1:
2#!/bin/sh
3#
4# @(#)runtests.mvs 1.2 90/01/03 NFS Rev 2 testsuite
5#
6#. ../startup.sh
7
8# see ../startup.sh for usage info
9# 'ARGS=-f' for basic funtionality tests (one pass of each test)
10# 'ARGS= ' for longer tests without timing (1-3 minutes per test)
11# 'ARGS=-t' for longer tests with timing
12
13ARGS="-m"
14
15echo "Starting BASIC tests: test directory $NFSTESTDIR (arg: $ARGS)"
16
17echo ""
18# levels files dirs fname dname
19test1 $ARGS 1 2 0 mvsn mvsd
20echo ""
21test2 $ARGS 1 2 0 mvsn mvsd
22echo ""
23test3 $ARGS 1
24# echo ""
25# test4 $ARGS DON'T DO SETATTR TESTS
26echo ""
27test4a $ARGS 10 1 mvsn
28echo ""
29test5 $ARGS 1048576 10 bigfile
30# echo ""
31# test5a $ARGS
32# echo ""
33# test5b $ARGS
34echo ""
35test6 -i $ARGS 200 1 mvsn
36# echo ""
37# test7 $ARGS DON'T TEST LINK OPERTAIONS
38echo ""
39test7a $ARGS 10 1 mvsn newn
40# echo ""
41# test7b $ARGS DON'T TEST LINK OPERATIONS
42# echo ""
43# test8 $ARGS DON'T TEST SYMLINK/READLINK OPERATIONS
44echo ""
45test9 $ARGS 1
46echo ""
47
48echo "Congratulations, you passed the basic tests for MVS/NFS!"