diff options
| author | Gary Lockyer <gary@catalyst.net.nz> | 2020-10-27 09:32:21 +1300 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2020-11-04 22:54:41 +0000 |
| commit | 005435dc4d7de9d442c7513edec8c782fe20fda3 (patch) | |
| tree | a39262ed116b1218d59300ede4d542659caa6030 /python/samba/tests/usage.py | |
| parent | 41c8aa4b991aad306d731b08d068c480eb5c7fed (diff) | |
| download | samba-005435dc4d7de9d442c7513edec8c782fe20fda3.tar.gz samba-005435dc4d7de9d442c7513edec8c782fe20fda3.tar.bz2 samba-005435dc4d7de9d442c7513edec8c782fe20fda3.zip | |
tests python krb5: Add python kerberos canonicalization tests
Add python canonicalization tests, loosely based on the code in
source4/torture/krb5/kdc-canon-heimdal.c. The long term goal is to move
the integration level tests out of kdc-canon-heimdal, leaving it as a
heimdal library unit test.
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba/tests/usage.py')
| -rw-r--r-- | python/samba/tests/usage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/tests/usage.py b/python/samba/tests/usage.py index 89b5e957407..2f813760814 100644 --- a/python/samba/tests/usage.py +++ b/python/samba/tests/usage.py @@ -89,6 +89,7 @@ EXCLUDE_USAGE = { 'python/samba/tests/krb5/simple_tests.py', 'python/samba/tests/krb5/s4u_tests.py', 'python/samba/tests/krb5/xrealm_tests.py', + 'python/samba/tests/krb5/as_canonicalization_tests.py', } EXCLUDE_HELP = { |
