]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/sparse-compressed-test
Update
[bacula/bacula] / regress / tests / sparse-compressed-test
index d6e826300b84a9e11ea0cb9bc538104543f6a20c..47e05e41c179819678fc5702212ba79406e3c5ff 100755 (executable)
@@ -3,53 +3,41 @@
 # Run a simple backup of the Bacula build directory using the Sparse option
 #   then restore it.
 #
+TestName="sparse-compressed-test"
+JobName=Sparse-conpressed
+. scripts/functions
+
 cwd=`pwd`
+scripts/cleanup
 scripts/copy-test-confs
-rm -rf /tmp/TestVolume001 /tmp/bacula-restores
-echo "${cwd}/build" >/tmp/file-list
-bin/bacula stop 2>&1 >/dev/null
-bin/drop_sqlite_tables
-bin/make_sqlite_tables
+echo "${cwd}/build" >${cwd}/tmp/file-list
 
-echo " "
-echo " "
-echo " === Starting sparse-compressed-test ==="
-echo " "
+start_test
 
-bin/bacula start
-bin/console -c bin/console.conf <<END_OF_DATA
+cat >${cwd}/tmp/bconcmds <<END_OF_DATA
 @output /dev/null
 messages
-@output
-label storage=File
-TestVolume001
-run job=SparseCompressedTest
-yes
+@$out ${cwd}/tmp/log1.out
+label storage=File volume=TestVolume001
+run job=SparseCompressedTest yes
 wait
 messages
 @# 
 @# now do a restore
 @#
-restore
-5
-done
+@$out ${cwd}/tmp/log2.out   
+restore where=${cwd}/tmp/bacula-restores select all storage=File done
 yes
 wait
-@output /dev/null
 messages
+@output
 quit
 END_OF_DATA
 
-bin/bacula stop
-diff -ur build /tmp/bacula-restores${cwd}/build
-if [ $? != 0 ] ; then
-   echo " "
-   echo " "
-   echo "  ===== sparse-compressed-test Bacula source failed!!! ===== "
-   echo "  ===== sparse-compressed-test failed!!! ===== " >>test.out
-   echo " "
-else
-   echo "  ===== sparse-compressed-test Bacula source OK ===== "
-   echo "  ===== sparse-compressed-test OK ===== " >>test.out
-   rm -rf /tmp/bacula-restores /tmp/TestVolume001
-fi
+run_bacula
+check_for_zombie_jobs storage=File 
+stop_bacula
+
+check_two_logs
+check_restore_diff
+end_test