]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tape-tests
Update
[bacula/bacula] / regress / all-non-root-tape-tests
1 #!/bin/sh
2 #
3 # Run all tape tests
4 #
5 . ./config.out
6 if test ! x$AUTOCHANGER = x/dev/null ; then
7    mtx -f $AUTOCHANGER load 1 >/dev/null &2>/dev/null
8 fi
9 echo " "
10 echo " " >>test.out
11 echo "Start all non-root tape tests"
12 echo "Start all non-root tape tests" >>test.out
13 nice tests/ansi-label-1t1d-tape
14 nice tests/backup-bacula-1t1d-tape
15 #nice tests/btape-fill-full-tape
16 nice tests/fixed-block-size-1t1d-tape
17 nice tests/four-concurrent-jobs-1t1d-tape
18 nice tests/four-jobs-1t1d-tape
19 nice tests/incremental-1t1d-tape
20 nice tests/relabel-1t1d-tape
21 nice tests/restore-by-file-1t1d-tape
22 nice tests/small-file-size-1t1d-tape
23 nice tests/truncate-bug-1t1d-tape
24 nice tests/two-pool-2t1da-tape
25 nice tests/2drive-incremental-2t2da-tape
26 nice tests/bscan-1t1d-tape
27 nice tests/verify-vol-1t1d-tape
28 #nice tests/vol-duration-2t1da-tape
29 echo "End all non-root tape tests"
30 echo "End all non-root tape tests" >>test.out