]> 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 b1e79b98c72d202d3c9b78ee1d06a8d7e3b00ef8..91ee840b3bb7f998adb46b42f90e7811224a9c28 100755 (executable)
@@ -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