]> git.sur5r.net Git - bacula/bacula/blob - regress/all-dev-tests
Merge branch 'master' into basejobv3
[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/bextract-test
15 nice tests/compressed-test
16 nice tests/compress-encrypt-test
17 nice tests/concurrent-jobs-test
18 nice tests/copy-job-test
19 nice tests/encrypt-bug-test
20 nice tests/estimate-test
21 nice tests/exclude-dir-test
22 nice tests/fifo-test
23 nice tests/fileregexp-test
24 nice tests/backup-to-null
25 nice tests/regexwhere-test
26 nice tests/differential-test
27 nice tests/four-jobs-test
28 nice tests/incremental-test
29 nice tests/query-test
30 nice tests/recycle-test
31 nice tests/restore2-by-file-test
32 nice tests/restore-by-file-test
33 nice tests/restore-disk-seek-test
34 nice tests/next-vol-test
35 nice tests/strip-test
36 nice tests/two-vol-test
37 nice tests/verify-vol-test
38 nice tests/weird-files2-test
39 nice tests/weird-files-test
40 nice tests/migration-job-test
41 nice tests/multi-storage-test
42 nice tests/hardlink-test
43 nice tests/tls-test
44 nice tests/virtual-backup-test
45 echo "End sample non-root disk tests"
46 echo "End sample non-root disk tests" >>test.out
47
48
49 # The following are Disk Autochanger tests
50 echo " "
51 echo " " >>test.out
52 echo "Start sample non-root disk autochanger tests"
53 echo "Start sample non-root disk autochanger tests" >>test.out
54 #nice tests/three-pool-recycle-test
55 nice tests/fast-two-pool-test
56 nice tests/two-volume-test
57 nice tests/2drive-concurrent-test
58 nice tests/incremental-2media
59 nice tests/2drive-3pool-test
60 nice tests/2drive-swap-test
61 echo "End sample non-root disk autochanger tests"
62 echo "End sample non-root disk autochanger tests" >>test.out