]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/verify-vol-tape
Verify if the Exclude Dir Containing directive does his job
[bacula/bacula] / regress / tests / verify-vol-tape
index 40065ad2ecf4c158735582bf026e4f3a2bc1875d..91ee840b3bb7f998adb46b42f90e7811224a9c28 100755 (executable)
@@ -3,7 +3,7 @@
 # Run a simple backup of the Bacula build directory
 #   then verify the catalog.           
 #
-TestName="verify-vol-1t1d-tape"
+TestName="verify-vol-tape"
 JobName=VerifyVol
 . scripts/functions
 
@@ -21,8 +21,8 @@ cat <<END_OF_DATA >tmp/bconcmds
 @$out /dev/null
 messages
 @$out tmp/log1.out
-setdebug level=1 storage=DDS-4 sd
-label storage=DDS-4 volume=TestVolume001 pool=Default
+setdebug level=1 storage=tape sd
+label storage=tape volume=TestVolume001 pool=Default
 run job=$JobName yes
 wait
 messages
@@ -34,14 +34,13 @@ run job=VerifyTape pool=Default
 yes
 wait
 messages
-@$out
 quit
 END_OF_DATA
 
 run_bacula
 
 sleep 2
-check_for_zombie_jobs storage=DDS-4
+check_for_zombie_jobs storage=tape
 stop_bacula
 
 grep "^  Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null