1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

tests/krb5: Rename compatability_tests class

We should not have two unrelated classes both named SimpleKerberosTests.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-07-18 16:05:25 +12:00 committed by Andrew Bartlett
parent 928f898e0a
commit f552933760
4 changed files with 5 additions and 5 deletions

View File

@ -50,10 +50,10 @@ MIT_ENC_AS_REP_PART_TYPE_TAG = 0x7A
ENC_PA_REP_FLAG = 0x00010000
class SimpleKerberosTests(KDCBaseTest):
class CompatabilityTests(KDCBaseTest):
def setUp(self):
super(SimpleKerberosTests, self).setUp()
super().setUp()
self.do_asn1_print = global_asn1_print
self.do_hexdump = global_hexdump

View File

@ -1,7 +1,7 @@
#
# We expect all the MIT specific compatibility tests to fail on heimdal
# kerberos
^samba.tests.krb5.compatability_tests.samba.tests.krb5.compatability_tests.SimpleKerberosTests.test_mit_
^samba.tests.krb5.compatability_tests.samba.tests.krb5.compatability_tests.CompatabilityTests.test_mit_
#
# Heimdal currently fails the following MS-KILE client principal lookup
# tests

View File

@ -1,7 +1,7 @@
#
# We expect all the heimdal specific compatibility tests to fail on MIT
# kerberos
^samba.tests.krb5.compatability_tests.samba.tests.krb5.compatability_tests.SimpleKerberosTests.test_heimdal_
^samba.tests.krb5.compatability_tests.samba.tests.krb5.compatability_tests.CompatabilityTests.test_heimdal_
#
# AS-REQ tests
#

View File

@ -1,4 +1,4 @@
^samba.tests.krb5.compatability_tests.samba.tests.krb5.compatability_tests.SimpleKerberosTests.test_mit_pre_1_20_ticket_signature
^samba.tests.krb5.compatability_tests.samba.tests.krb5.compatability_tests.CompatabilityTests.test_mit_pre_1_20_ticket_signature
#
# FAST tests
# https://github.com/krb5/krb5/pull/1225#issuecomment-996418770