]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/three-pool-test
Update
[bacula/bacula] / regress / tests / three-pool-test
index 043091de5eb4c81631767aece72b2a9d3c225686..f52caf1cdaba1f8ce8691afd5d1b5fecc8832983 100755 (executable)
@@ -7,14 +7,10 @@
 #
 # This script uses the virtual disk autochanger and two drives
 #
-. config.out
 TestName="three-pool-disk"
 JobName="threepooldisk"
 . scripts/functions
 
-set_debug 1
-cwd=`pwd`
-
 scripts/cleanup
 scripts/copy-2disk-drive-confs
 scripts/prepare-two-disks
@@ -36,7 +32,8 @@ cat <<END_OF_DATA >tmp/bconcmds
 @output /dev/null
 messages
 @$out tmp/log1.out
-@#setdebug level=150 storage=DDS-4
+@#setdebug level=200 storage=DDS-4
+@#setdebug level=200 client 
 label storage=DDS-4 volume=TestVolume001 slot=1 Pool=Default drive=0
 label storage=DDS-4 volume=TestVolume002 slot=2 Pool=Full    drive=0
 label storage=DDS-4 volume=TestVolume003 slot=3 Pool=Inc     drive=1
@@ -76,9 +73,11 @@ quit
 END_OF_DATA
 
 run_bconsole
+
 check_for_zombie_jobs storage=DDS-4
 stop_bacula
+
 check_two_logs
-check_restore_tmp_build_diff
+check_restore_diff
 
 end_test