]> git.sur5r.net Git - bacula/bacula/blob - regress/all-dev-tests
Add base-job-test to regress
[bacula/bacula] / regress / all-dev-tests
1 #!/bin/sh
2 #
3 # Run a sample of tests. These tests should be relatively short
4 #   so that developers can test before committing
5 #
6 echo " "
7 echo " " >>test.out
8 echo "Start sample non-root disk tests"
9 echo "Start sample non-root disk tests" >>test.out
10 nice tests/acl-xattr-test
11 nice tests/action-on-purge-test
12 nice tests/auto-label-test
13 nice tests/backup-bacula-test
14 nice tests/base-job-test
15 nice tests/bextract-test
16 nice tests/compressed-test
17 nice tests/compress-encrypt-test
18 nice tests/concurrent-jobs-test
19 nice tests/copy-job-test
20 nice tests/encrypt-bug-test
21 nice tests/estimate-test
22 nice tests/exclude-dir-test
23 nice tests/fifo-test
24 nice tests/fileregexp-test
25 nice tests/backup-to-null
26 nice tests/regexwhere-test
27 nice tests/differential-test
28 nice tests/four-jobs-test
29 nice tests/incremental-test
30 nice tests/query-test
31 nice tests/recycle-test
32 nice tests/restore2-by-file-test
33 nice tests/restore-by-file-test
34 nice tests/restore-disk-seek-test
35 nice tests/next-vol-test
36 nice tests/strip-test
37 nice tests/two-vol-test
38 nice tests/verify-vol-test
39 nice tests/weird-files2-test
40 nice tests/weird-files-test
41 nice tests/migration-job-test
42 nice tests/messages-test
43 nice tests/multi-storage-test
44 nice tests/hardlink-test
45 nice tests/tls-test
46 nice tests/virtual-backup-test
47 echo "End sample non-root disk tests"
48 echo "End sample non-root disk tests" >>test.out
49
50
51 # The following are Disk Autochanger tests
52 echo " "
53 echo " " >>test.out
54 echo "Start sample non-root disk autochanger tests"
55 echo "Start sample non-root disk autochanger tests" >>test.out
56 #nice tests/three-pool-recycle-test
57 nice tests/fast-two-pool-test
58 nice tests/two-volume-test
59 nice tests/2drive-concurrent-test
60 nice tests/incremental-2media
61 nice tests/2drive-3pool-test
62 nice tests/2drive-swap-test
63 echo "End sample non-root disk autochanger tests"
64 echo "End sample non-root disk autochanger tests" >>test.out