X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=regress%2Fall-non-root-tests;h=c281ab04147fef0836f9cd80983c1954e515015f;hb=4b4189d8951ef13c4cd0eb4c7eab78bef90428cb;hp=b673c81542fe8f87f085c8205b31ac5749862d84;hpb=faa5f89ccf3125a6668caa92be5759509fcfb156;p=bacula%2Fbacula diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index b673c81542..c281ab0414 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -2,28 +2,77 @@ # # Run all tests # -tests/test0 -tests/backup-bacula-test -tests/verify-vol-test -tests/sparse-test -tests/compressed-test -tests/sparse-compressed-test -tests/weird-files-test -tests/two-jobs-test -tests/two-vol-test -tests/six-vol-test -tests/bscan-test -tests/weird-files2-test -tests/concurrent-jobs-test -tests/four-concurrent-jobs-test -tests/bsr-opt-test -tests/bextract-test -tests/recycle-test -tests/span-vol-test -tests/restore-by-file-test -tests/restore2-by-file-test echo " " +echo " " >>test.out +echo "Start non-root disk tests" +echo "Start non-root disk tests" >>test.out +nice tests/accurate-test +nice tests/auto-label-test +nice tests/backup-bacula-test +nice tests/bextract-test +nice tests/big-vol-test +nice tests/bscan-test +nice tests/bsr-opt-test +nice tests/compressed-test +nice tests/compress-encrypt-test +nice tests/concurrent-jobs-test +nice tests/data-encrypt-test +nice tests/encrypt-bug-test +nice tests/fifo-test +nice tests/backup-to-null +nice tests/regexwhere-test +# The following two can uses *lots* of disk space +# so they are normally turned off, but if you have +# at least two GB free, you can run them +#nice tests/sparse-encrypt-test +#nice tests/gigaslam-sparse-test +nice tests/differential-test +nice tests/four-concurrent-jobs-test +nice tests/four-jobs-test +nice tests/incremental-test +nice tests/query-test +nice tests/recycle-test +nice tests/restore2-by-file-test +nice tests/restore-by-file-test +nice tests/restore-disk-seek-test +nice tests/runscript-test +nice tests/six-vol-test +nice tests/span-vol-test +nice tests/maxvol-test +nice tests/maxvol2-test +nice tests/sparse-compressed-test +nice tests/sparse-test +nice tests/two-jobs-test +nice tests/two-vol-test +nice tests/verify-cat-test +nice tests/verify-vol-test +nice tests/weird-files2-test +nice tests/weird-files-test +nice tests/migration-job-test +nice tests/migration-jobspan-test +nice tests/migration-volume-test +nice tests/migration-time-test +nice tests/hardlink-test +nice tests/tls-test +echo "End non-root disk tests" +echo "End non-root disk tests" >>test.out + +# +# The following are Virtual Disk Autochanger tests echo " " -echo "Test results" -cat test.out -scripts/cleanup +echo " " >>test.out +echo "Start non-root virtual disk autochanger tests" +echo "Start non-root virtual disk autochanger tests" >>test.out +#nice tests/three-pool-recycle-test +nice tests/two-pool-test +nice tests/fast-two-pool-test +nice tests/two-volume-test +nice tests/incremental-2disk +nice tests/2drive-incremental-2disk +nice tests/scratch-pool-test +nice tests/2drive-concurrent-test +nice tests/incremental-2media +nice tests/three-pool-test +nice tests/2drive-3pool-test +echo "End non-root virtual disk autochanger tests" +echo "End non-root virtual disk autochanger tests" >>test.out