From 408669c642edce6bdea96ed2c0017d897a3fb83e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 11 Mar 2008 21:02:12 +0000 Subject: [PATCH] Restore old test scripts git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6588 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/all-non-root-2tape-tests | 3 +- regress/all-non-root-tape-tests | 16 +++++++- regress/all-non-root-tests | 69 +++++++++++++++++++++++++++++++- regress/all-root-tests | 5 ++- 4 files changed, 89 insertions(+), 4 deletions(-) diff --git a/regress/all-non-root-2tape-tests b/regress/all-non-root-2tape-tests index c8fb4843be..9491417f1b 100755 --- a/regress/all-non-root-2tape-tests +++ b/regress/all-non-root-2tape-tests @@ -4,6 +4,7 @@ # echo "Start two tape tests" echo "Start two tape tests" >>test.out -nice ctest -R all-non-root-2tape: +nice tests/two-volume-tape +nice tests/incremental-2tape echo "End two tape tests" echo "End two tape tests" >>test.out diff --git a/regress/all-non-root-tape-tests b/regress/all-non-root-tape-tests index 215cb71f0c..708aa8389d 100755 --- a/regress/all-non-root-tape-tests +++ b/regress/all-non-root-tape-tests @@ -10,6 +10,20 @@ echo " " echo " " >>test.out echo "Start all non-root tape tests" echo "Start all non-root tape tests" >>test.out -nice ctest -R all-non-root-tape: +nice tests/ansi-label-tape +nice tests/backup-bacula-tape +nice tests/btape-fill-tape +nice tests/fixed-block-size-tape +nice tests/four-concurrent-jobs-tape +nice tests/four-jobs-tape +nice tests/incremental-tape +nice tests/relabel-tape +nice tests/restore-by-file-tape +nice tests/small-file-size-tape +nice tests/truncate-bug-tape +nice tests/two-pool-tape +nice tests/2drive-incremental-2tape +nice tests/bscan-tape +nice tests/verify-vol-tape echo "End all non-root tape tests" echo "End all non-root tape tests" >>test.out diff --git a/regress/all-non-root-tests b/regress/all-non-root-tests index 16a045b20b..c281ab0414 100755 --- a/regress/all-non-root-tests +++ b/regress/all-non-root-tests @@ -6,6 +6,73 @@ echo " " echo " " >>test.out echo "Start non-root disk tests" echo "Start non-root disk tests" >>test.out -ctest -R all-non-root: +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.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 diff --git a/regress/all-root-tests b/regress/all-root-tests index 38a019ae31..1ba54d9f4a 100755 --- a/regress/all-root-tests +++ b/regress/all-root-tests @@ -6,6 +6,9 @@ echo " " echo " " >>test.out echo "Start root tests" echo "Start root tests" >>test.out -nice ctest -R all-root: +tests/dev-test-root +tests/etc-test-root +tests/lib-test-root +tests/usr-tape-root echo "End root tests" echo "End root tests" >>test.out -- 2.39.5