From 2cba54ba30e96dafb5a49f11defdb08efcc19590 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 27 Mar 2023 14:19:51 +1300 Subject: 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 Reviewed-by: Douglas Bagnall --- python/samba/tests/usage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/samba/tests/usage.py') 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 = { -- cgit v1.2.3