]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Rename compatability_tests class
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 18 Jul 2023 04:05:25 +0000 (16:05 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 04:57:34 +0000 (04:57 +0000)
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>
python/samba/tests/krb5/compatability_tests.py
selftest/knownfail_heimdal_kdc
selftest/knownfail_mit_kdc
selftest/knownfail_mit_kdc_1_20

index 72be7b34c4aa31296725287241ba1225c8fba9dc..8e9a7e8ce902a06ac29ba4e50a08402d765d8cfa 100755 (executable)
@@ -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
 
index 8c4c7f73ff5a7e3018069936e36f339d6aadaa4e..25e37d5ef2dc673e8994868343f9653330e508f1 100644 (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
index 334137b884861532572a77845b6e95df94b572f1..cc0292ff28ec539bf9539242ef7c51c20275c92a 100644 (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
 #
index 2fcc2ecf0723aa8c7afacb387e71ebfcbe94a306..3e6a5b03db6ea8f0adcdb29c0519cda4b7acd7ed 100644 (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