summaryrefslogtreecommitdiffstats
path: root/proxy/tests/t_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Add acquire test and generally improve testsSimo Sorce2015-12-011-3/+3
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Robbie Harwoood <rharwood@redhat.com>
* Add a test framework for gss-proxySimo Sorce2014-09-151-0/+109
This sets up a kdc using socket_wrapper and nss_wrapper from the cwrap project, and uses a dirty hack to force gssapi to load the current proxymech interposer library. It provisions a service and a user key then runs the interpostest binary in this artifical environment. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Guenther Deschner <gdeschner@redhat.com>