bareos: master 9b4883a8

Author Committer Branch Timestamp Parent
arogge arogge master 2022-10-10 17:16 master 0a346707 Pending
Changeset tests: refactor droplet test into own program

Previously the droplet tests were integrated into the sd_backend tests.
With the new backend loading, we cannot configure a droplet backend if
we did not build it, thus we need to extract the droplet tests so we can
disable them completely.
mod - .gitignore Diff File
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/configs/droplet_backend/bareos-sd.d/storage/myself.conf.in Diff File
add - core/src/tests/droplet_backend.cc Diff File
mod - core/src/tests/sd_backend.cc Diff File
add - core/src/tests/sd_backend_tests.h Diff File