X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fverify-vol-test;h=af899b4de04d5a42cee6fcebeca800cc480624e4;hb=5fe92a377764dd973ff27c0ce9c0bb742d33df71;hp=7f4913b93ea308a305918e505e4f788083a4cb94;hpb=bd1975d9d3da8162240c6e2895d1a97a209c7c92;p=bacula%2Fbacula diff --git a/regress/tests/verify-vol-test b/regress/tests/verify-vol-test index 7f4913b93e..af899b4de0 100755 --- a/regress/tests/verify-vol-test +++ b/regress/tests/verify-vol-test @@ -3,56 +3,49 @@ # Run a simple backup of the Bacula build directory # then verify the catalog. # +TestName="verify-vol-test" +JobName=VerifyVol +. scripts/functions +set_debug 0 + cwd=`pwd` -scripts/copy-test-confs scripts/cleanup +scripts/copy-test-confs echo "${cwd}/build" >/tmp/file-list -bin/bacula stop 2>&1 >/dev/null -cd bin -./drop_bacula_tables >/dev/null 2>&1 -./make_bacula_tables >/dev/null 2>&1 -./grant_bacula_privileges 2>&1 >/dev/null -cd .. -echo " " -echo " " -echo " === Starting verify Volume Test ===" -echo " === Starting verify Volume Test ===" >>working/log -echo " " +change_jobname NightlySave $JobName +start_test -bin/bacula start 2>&1 >/dev/null -bin/bconsole -c bin/bconsole.conf <tmp/bconcmds +@$out /dev/null messages -@output tmp/log1.out +@$out tmp/log1.out +setdebug level=1 storage=File sd label storage=File volume=TestVolume001 -run job=NightlySave yes +run job=$JobName yes wait messages @# @# now do a verify volume @# -@output ${cwd}/tmp/original +@$out ${cwd}/tmp/original run job=VerifyVolume yes wait messages -@output +@$out quit END_OF_DATA + +run_bacula + sleep 2 -bin/bacula stop 2>&1 >/dev/null -grep "^Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null +check_for_zombie_jobs storage=File +stop_bacula + +grep "^ Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null bstat=$? -grep "^Termination: *Verify OK" ${cwd}/tmp/original 2>&1 >/dev/null -if [ $? != 0 -o $bstat != 0 ] ; then - echo " " - echo " " - echo " !!!!! Verify Volume failed!!! !!!!! " - echo " !!!!! Verify Volume failed!!! !!!!! " >>test.out - echo " " -else - echo " ===== Verify Volume Test OK ===== " - echo " ===== Verify Volume Test OK ===== " >>test.out - scripts/cleanup -fi +grep "^ Termination: *Verify OK" ${cwd}/tmp/original 2>&1 >/dev/null +rstat=$? +dstat=0 +end_test