]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/three-pool-test
Update
[bacula/bacula] / regress / tests / three-pool-test
index 2442773a1bbc56ad85f0555c18edff54475ff81c..f52caf1cdaba1f8ce8691afd5d1b5fecc8832983 100755 (executable)
@@ -7,7 +7,6 @@
 #
 # This script uses the virtual disk autochanger and two drives
 #
-. config.out
 TestName="three-pool-disk"
 JobName="threepooldisk"
 . scripts/functions
@@ -33,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
@@ -73,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