X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fwin32-to-linux-tape;h=780c7dfb8ca412491397a5b6936428685c237075;hb=5fe92a377764dd973ff27c0ce9c0bb742d33df71;hp=7cced61b81dadcbf8e88d96aca244c0421e1e313;hpb=06171e1b127354916b1d74f8a625aa4477462ad5;p=bacula%2Fbacula diff --git a/regress/tests/win32-to-linux-tape b/regress/tests/win32-to-linux-tape index 7cced61b81..780c7dfb8c 100755 --- a/regress/tests/win32-to-linux-tape +++ b/regress/tests/win32-to-linux-tape @@ -4,24 +4,18 @@ # to a tape then restore it, we do that twice to ensure that # we can correctly append to a tape. # -debug=1 -if test "$debug" -eq 1 ; then - out="tee" -else - out="output" -fi +TestName="win32-to-linux-tape" +JobName=AutoLabel +. scripts/functions +set_debug 1 -cwd=`pwd` scripts/copy-win32-confs scripts/cleanup-tape echo "${cwd}/build" >/tmp/file-list -echo " " -echo " " -echo " === Starting Win32 Backup tape test at `date +%R:%S` ===" -echo " === Starting Win32 Backup tape test at `date +%R:%S` ===" >>working/log -echo " " +change_job $JobName +start_test cat <tmp/bconcmds @output /dev/null @@ -39,34 +33,17 @@ messages @# now do a restore @# @$out tmp/log2.out -restore where=c:/tmp/bacula-restores client=Tibs select all storage=DDS-4 done +restore where=/tmp/bacula-restores client=Tibs select all storage=DDS-4 done yes wait messages END_OF_DATA -if test "$debug" -eq 1 ; then - bin/bacula start - cat tmp/bconcmds | bin/bconsole -c bin/bconsole.conf -else - bin/bacula start 2>&1 >/dev/null - cat tmp/bconcmds | bin/bconsole -c bin/bconsole.conf 2>&1 >/dev/null -fi -scripts/check_for_zombie_jobs storage=DDS-4 +run_bacula +check_for_zombie_jobs storage=DDS-4 +stop_bacula -bin/bacula stop 2>&1 >/dev/null -grep "^ Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null -bstat=$? -grep "^ Termination: *Restore OK" tmp/log2.out 2>&1 >/dev/null -rstat=$? -if [ $bstat != 0 -o $rstat != 0 ] ; then - echo " " - echo " " - echo " !!!!! Win32 Backup tape test failed!!! !!!!! " - echo " !!!!! Win32 Backup tape test failed!!! !!!!! " >>test.out - echo " " -else - echo " ===== Win32 Backup tape test OK ===== " - echo " ===== Win32 Backup tape test OK ===== " >>test.out -# scripts/cleanup -fi +check_two_logs +# No diff for the moment +dstat=0 +end_test