diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2023-03-27 14:19:51 +1300 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2023-03-31 01:48:30 +0000 |
| commit | 2cba54ba30e96dafb5a49f11defdb08efcc19590 (patch) | |
| tree | e4824a40b513b6492d1fc34510a959eea8467993 /python/samba/tests/usage.py | |
| parent | 03d9b7b8b64242511257feca2794fe19271e03d6 (diff) | |
| download | samba-2cba54ba30e96dafb5a49f11defdb08efcc19590.tar.gz samba-2cba54ba30e96dafb5a49f11defdb08efcc19590.tar.bz2 samba-2cba54ba30e96dafb5a49f11defdb08efcc19590.zip | |
selftest: Add python test that verifies that we can parse a PAC
This give us a building block to test the PAC claims format
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
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 229f8336ad8..a5f97e96afb 100644 --- a/python/samba/tests/usage.py +++ b/python/samba/tests/usage.py @@ -119,6 +119,7 @@ EXCLUDE_USAGE = { 'lib/compression/tests/scripts/three-byte-hash', 'python/samba/tests/krb5/etype_tests.py', 'python/samba/tests/krb5/device_tests.py', + 'python/samba/tests/krb5/claims_in_pac.py', } EXCLUDE_HELP = { |
