]> git.sur5r.net Git - bacula/bacula/blob - regress/all-tape-tests
19c4a7249288751f9da5c7de7b58c7e163663a77
[bacula/bacula] / regress / all-tape-tests
1 #!/bin/sh
2 #
3 # ./run all tape tests
4 #
5 . ./config
6
7
8 # If we have an autoloader, load the tape in slot1
9 if test ! x$AUTOCHANGER = x/dev/null ; then
10    a=`bin/mtx-changer $AUTOCHANGER loaded $SLOT1 $TAPE_DRIVE $DRIVE1`
11    if test $a = 0 ; then
12       bin/mtx-changer $AUTOCHANGER load $SLOT1 $TAPE_DRIVE $DRIVE1
13    fi
14 fi
15 echo " "
16 echo " " >>test.out
17 echo "Start all non-root tape tests"
18 echo "Start all non-root tape tests" >>test.out
19 rm -f dumps/*
20 ./run tests/ansi-label-tape
21 ./run tests/backup-bacula-tape
22 ./run tests/bscan-tape
23 ./run tests/fixed-block-size-tape
24 ./run tests/four-concurrent-jobs-tape
25 ./run tests/four-jobs-tape
26 ./run tests/incremental-tape
27 ./run tests/relabel-tape
28 ./run tests/restore-by-file-tape
29 ./run tests/small-file-size-tape
30 ./run tests/t./runcate-bug-tape
31 ./run tests/verify-vol-tape
32 # ./run tests/manual-two-vol-tape
33 echo "End all non-root tape tests"
34 echo "End all non-root tape tests" >>test.out