]> git.sur5r.net Git - bacula/bacula/commitdiff
Restore old test scripts
authorKern Sibbald <kern@sibbald.com>
Tue, 11 Mar 2008 21:02:12 +0000 (21:02 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 11 Mar 2008 21:02:12 +0000 (21:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6588 91ce42f0-d328-0410-95d8-f526ca767f89

regress/all-non-root-2tape-tests
regress/all-non-root-tape-tests
regress/all-non-root-tests
regress/all-root-tests

index c8fb4843beec2ef2ce56eb10bcd4551db881c33a..9491417f1bf1036959bc04ca8968210bdbbe03f8 100755 (executable)
@@ -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
index 215cb71f0c034ccdf0f990e4c5cad159766a1789..708aa8389de23f4444e1daf5c1e5ede34ee937dc 100755 (executable)
@@ -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
index 16a045b20ba13e6e8a9c2d773a2691680363544b..c281ab04147fef0836f9cd80983c1954e515015f 100755 (executable)
@@ -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
index 38a019ae3122d10dbbc34c9726929de45b219a3c..1ba54d9f4a1a6cce64997b75e53e62d55a0d758f 100755 (executable)
@@ -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