summaryrefslogtreecommitdiff
path: root/python/samba/tests/s3_net_join.py
AgeCommit message (Collapse)AuthorFilesLines
2025-01-13python:tests: let s3_net_join.py avoid kerberos_state=DONT_USE_KERBEROSStefan Metzmacher1-2/+1
We may use ServerAuthenticateKerberos in future and that needed to use kerberos. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> [abartlet@samba.org Some python2 style super() calls remain due to being an actual, even if reasonable, behaviour change]
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde1-3/+0
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-10-20pytest: s3_net_join: avoid name clashDouglas Bagnall1-1/+1
The net_join test uses "NetJoinTest" (and doesn't properly clean up), we must use a unique name for this test in s3_net_join.py. [abartlet@samba.org The hilarious naming conventions come from a time when samba-tool was known as "net" in the s4 branch] BUG: https://bugzilla.samba.org/show_bug.cgi?id=14869 Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2021-04-21python: Test s3 net join and leaveDavid Mulder1-0/+80
Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>