3 # Run a simple backup of the Bacula build directory with TLS
4 # communications code enabled then restore it.
6 TestName="tls-authenticate-test"
11 scripts/copy-tls-confs
12 echo "${cwd}/build" >${cwd}/tmp/file-list
14 change_jobname CompressedTest $JobName
17 cat <<END_OF_DATA >tmp/bconcmds
21 setdebug level=100 dir
22 setdebug level=100 storage=File
23 setdebug level=100 client=$CLIENT
27 label storage=File volume=TestVolume001 pool=Default
28 run job=$JobName storage=File yes
35 restore where=${cwd}/tmp/bacula-restores select storage=File
46 check_for_zombie_jobs storage=File