1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

python:tests: Fix code spelling

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-01-18 10:48:44 +13:00 committed by Andrew Bartlett
parent 510d01b0ea
commit 678ed54e78
2 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ SERVER_PASSWORD = os.environ["PASSWORD"]
CREDS = f"-U{SERVER_USERNAME}%{SERVER_PASSWORD}"
class GetKerberosTiketTest(BlackboxTestCase):
class GetKerberosTicketTest(BlackboxTestCase):
"""Blackbox tests for GMSA getpassword and connecting as that user."""
@classmethod

View File

@ -1,5 +1,5 @@
# These tests will pass once gMSA support appears
^samba.tests.samba_tool.user_get_kerberos_ticket.samba.tests.samba_tool.user_get_kerberos_ticket.GetKerberosTiketTest.test_gmsa_ticket.ad_dc:local
^samba.tests.samba_tool.user_get_kerberos_ticket.samba.tests.samba_tool.user_get_kerberos_ticket.GetKerberosTiketTest.test_gmsa_ticket.ad_dc_no_ntlm:local
# This test could be fixed by reading the AES keys in supplementalCrednetials, not just the unicodePwd
^samba.tests.samba_tool.user_get_kerberos_ticket.samba.tests.samba_tool.user_get_kerberos_ticket.GetKerberosTiketTest.test_user_ticket.ad_dc_no_ntlm:local
^samba.tests.samba_tool.user_get_kerberos_ticket.samba.tests.samba_tool.user_get_kerberos_ticket.GetKerberosTicketTest.test_gmsa_ticket.ad_dc:local
^samba.tests.samba_tool.user_get_kerberos_ticket.samba.tests.samba_tool.user_get_kerberos_ticket.GetKerberosTicketTest.test_gmsa_ticket.ad_dc_no_ntlm:local
# This test could be fixed by reading the AES keys in supplementalCredentials, not just the unicodePwd
^samba.tests.samba_tool.user_get_kerberos_ticket.samba.tests.samba_tool.user_get_kerberos_ticket.GetKerberosTicketTest.test_user_ticket.ad_dc_no_ntlm:local