tests python krb5: add test base class
commit81923ea82324e1ff7b94ea7da2c65a56ec9ba091
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 30 Nov 2020 01:16:28 +0000 (30 14:16 +1300)
committerJule Anger <janger@samba.org>
Thu, 16 Sep 2021 08:07:11 +0000 (16 08:07 +0000)
tree35e0be3e40599984438c875ae43cc3350956b15a
parentc8f1511ea49e4005740b0f0ef085c123ec581832
tests python krb5: add test base class

Add a base class for the KDC tests to reduce the amount of code
duplication in  the tests.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14817
(cherry picked from commit 0f232ed42fb2671d025643cafb19891373562e4a)
python/samba/tests/krb5/kdc_base_test.py [new file with mode: 0755]