1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

tests/krb5: Move ‘rfc4120_pyasn1’ to ‘rfc4120_pyasn1_generated’

‘rfc4120_pyasn1_generated’ is not to be used directly. Its contents are
now reexported from ‘rfc4120_pyasn1’, which becomes a simple wrapper.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-26 13:08:09 +13:00 committed by Andrew Bartlett
parent 05ffdaeec7
commit ff83d4b08f
3 changed files with 2728 additions and 2710 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -93,7 +93,7 @@ class TestSource(TestCase):
if fname.endswith("python/samba/tests/krb5/kcrypto.py"):
# Imported from MIT testing repo
continue
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1.py"):
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1_generated.py"):
# Autogenerated
continue
match = copyright_re.search(text)
@ -141,7 +141,7 @@ class TestSource(TestCase):
if fname.endswith("python/samba/tests/krb5/kcrypto.py"):
# Imported from MIT testing repo
continue
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1.py"):
if fname.endswith("python/samba/tests/krb5/rfc4120_pyasn1_generated.py"):
# Autogenerated
continue
if not gpl_re.search(text):