]> 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 f1ec9c27be2ad122b667c45fd3284a1e31ca0a55..91ee840b3bb7f998adb46b42f90e7811224a9c28 100755 (executable)
@@ -6,11 +6,13 @@
 TestName="verify-vol-tape"
 JobName=VerifyVol
 . scripts/functions
-set_debug 1
 
-copy_tape_confs
+require_tape_drive
 
-echo "${cwd}/build" >/tmp/file-list
+scripts/copy-tape-confs
+scripts/cleanup-tape
+
+echo "${cwd}/build" >${cwd}/tmp/file-list
 
 change_jobname NightlySave $JobName
 start_test
@@ -19,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
@@ -32,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