]> git.ipfire.org Git - thirdparty/samba.git/commit
python/test/krb5: Use assertAlmostEqual in check_ticket_times()
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 May 2024 00:17:40 +0000 (12:17 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 10 Jun 2024 04:27:30 +0000 (04:27 +0000)
commit044cc5386058e61cf2ec6842010dfb41e50495d1
tree404d6bb826908c12f9770de666517031c9e08d9e
parent68fa90754fd0cee62af636ce37c212da07cd8c46
python/test/krb5: Use assertAlmostEqual in check_ticket_times()

This allows Windows behaviour with clock skew to be allowed for.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
python/samba/tests/krb5/kdc_base_test.py