From c0b25fe282355d4f329418956b9c6295780af633 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 4 Jan 2017 18:31:15 -0500 Subject: Add tests for per-request preauth data scoping Add a test harness which interleaves calls for multiple initial creds contexts using the same library context. Add a test case to t_preauth.py using the new harness and the test preauth module to verify that modreq pointers are correctly tracked. ticket: 7877 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7fe6736..379dc77 100644 --- a/.gitignore +++ b/.gitignore @@ -386,6 +386,7 @@ local.properties /src/tests/hist /src/tests/hooks /src/tests/hrealm +/src/tests/icinterleave /src/tests/icred /src/tests/kdbtest /src/tests/kdc.conf -- cgit v1.1