bareos: master 8d70dace

Author Committer Branch Timestamp Parent
joergs joergs master 2021-06-25 20:04 master a3c364f3 Pending
Changeset systemtest python-bareos: split unittests file

Split monolitic systemtests/tests/python-bareos/python-bareos-unittest.py
into one file per test class.
Move commonly used functionality to modules in
systemtests/python-modules/bareos_unittest/.
Use ``unittest discover`` to run all Python tests in the directory named test_*.py.
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
add - systemtests/python-modules/bareos_unittest/__init__.py Diff File
add - systemtests/python-modules/bareos_unittest/base.py Diff File
add - systemtests/python-modules/bareos_unittest/json.py Diff File
mod - systemtests/scripts/functions Diff File
rm - systemtests/tests/python-bareos/python-bareos-unittest.py Diff File
add - systemtests/tests/python-bareos/test-setup Diff File
add - systemtests/tests/python-bareos/test_acl.py Diff File
add - systemtests/tests/python-bareos/test_bvfs.py Diff File
add - systemtests/tests/python-bareos/test_delete.py Diff File
add - systemtests/tests/python-bareos/test_filedaemon.py Diff File
add - systemtests/tests/python-bareos/test_json.py Diff File
add - systemtests/tests/python-bareos/test_json_config.py Diff File
add - systemtests/tests/python-bareos/test_plaintext.py Diff File
add - systemtests/tests/python-bareos/test_protocol_124.py Diff File
add - systemtests/tests/python-bareos/test_python_bareos_module.py Diff File
add - systemtests/tests/python-bareos/test_runscript.py Diff File
add - systemtests/tests/python-bareos/test_show.py Diff File
add - systemtests/tests/python-bareos/test_tlspsk.py Diff File
rm - systemtests/tests/python-bareos/testrunner Diff File
add - systemtests/tests/python-bareos/testrunner-unittest Diff File
mod - systemtests/tests/python-restapi/testrunner.in Diff File