]> git.sur5r.net Git - bacula/bacula/blob - regress/all-tape-tests
Update two-vol-manual-tape
[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 nice tests/ansi-label-tape
20 nice tests/backup-bacula-tape
21 nice tests/bscan-tape
22 nice tests/fixed-block-size-tape
23 nice tests/four-concurrent-jobs-tape
24 nice tests/four-jobs-tape
25 nice tests/incremental-tape
26 nice tests/relabel-tape
27 nice tests/restore-by-file-tape
28 nice tests/small-file-size-tape
29 nice tests/truncate-bug-tape
30 nice tests/verify-vol-tape
31 # nice tests/two-vol-manual-tape
32 echo "End all non-root tape tests"
33 echo "End all non-root tape tests" >>test.out