python/tests: add TestCase.get_loadparm(s3=True) support
authorStefan Metzmacher <metze@samba.org>
Fri, 12 Jan 2024 15:56:58 +0000 (16:56 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 26 Jan 2024 17:00:33 +0000 (17:00 +0000)
commitb3c51c4b825b2886e789a34f7df2469f0e0742ce
tree6dd72b6fe9c6cd4a9ea413b6c42ab4f076267512
parentea1ec424ad02a79b4e29453bc50d4e631251f2ae
python/tests: add TestCase.get_loadparm(s3=True) support

This will be used for tests with registry shares,
as the top level loadparm system doesn't support them.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
python/samba/tests/__init__.py