]> git.sur5r.net Git - bacula/bacula/blob - regress/all-non-root-tape-tests
Add support for arbitrary client-to-server certificate CN matching (TLS Allowed CN...
[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 cp test.out test1.out
10 tests/test0
11 tests/backup-bacula-tape
12 tests/btape-fill-tape
13 tests/fixed-block-size-tape
14 tests/four-concurrent-jobs-tape
15 tests/four-jobs-tape
16 tests/incremental-tape
17 tests/relabel-tape
18 tests/restore-by-file-tape
19 tests/small-file-size-tape
20 tests/truncate-bug-tape
21 tests/two-pool-tape
22 tests/2drive-incremental-2tape
23 tests/bscan-tape
24 tests/verify-vol-tape
25 echo " "
26 echo " "
27 echo "Test results"
28 cat test.out
29 scripts/cleanup