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>
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
#
# 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
#
# 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
#
-^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