3 # Test the fill command in btape
5 TestName="btape-fill-full-changer"
6 JobName=btape-fill-changer
13 scripts/copy-btape-confs
15 change_jobname $JobName
19 # Increase block size to 262144
21 cp ${cwd}/bin/bacula-sd.conf ${cwd}/tmp/1
22 sed -e 's%64512%262144%' ${cwd}/tmp/1 >${cwd}/bin/bacula-sd.conf
24 # Limit Volume size for debugging without waiting too long
26 # cp ${cwd}/bin/bacula-sd.conf ${cwd}/tmp/1
27 # sed -e 's%# MaximumVolumeSize = 400M% MaximumVolumeSize = 400M%' ${cwd}/tmp/1 >${cwd}/bin/bacula-sd.conf
29 if test "$debug" -eq 1 ; then
30 $bin/btape -c bin/bacula-sd.conf Drive-0 <<END_OF_DATA | tee ${cwd}/tmp/log1.out
37 $bin/btape -c bin/bacula-sd.conf Drive-0 <<END_OF_DATA >${cwd}/tmp/log1.out 2>&1
45 grep "^The last block on the second tape matches\. Test succeeded\." ${cwd}/tmp/log1.out >/dev/null 2>&1
49 echo " !!!!! btape fill test failed!!! !!!!! "
50 echo " !!!!! btape fill test failed!!! !!!!! " >>test.out
53 echo " ===== btape fill test OK ===== "
54 echo " ===== btape fill test OK ===== " >>test.out