From 033fa6e14155e7623bec5099e486635e01d3ab03 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 15 Feb 2020 20:34:23 -0500 Subject: Replace gssrpc tests with a Python script Replace the dejagnu RPC test framework with a short Python script to do the same tests as fullrun.exp and gsserr.exp. Modify the server test program to facilitate use by k5test.py. expire.exp, together with a comment in the client test program, was designed to test a libdb2 btree bug via the gssrpc server-side authentication code. That code was subsequently changed not to use libdb2, before it was merged into the main krb5 tree (in revision 1.23 of svc_auth_gssapi.c, according to the changelog removed in commit 2a43d772be1e45faa8e488d436b6e867371563fb). Remove the comment and do not replace that test sequence. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ae1c262..a570a80 100644 --- a/.gitignore +++ b/.gitignore @@ -400,10 +400,7 @@ local.properties /src/lib/rpc/types.stamp -/src/lib/rpc/unit-test/*.log -/src/lib/rpc/unit-test/*.sum /src/lib/rpc/unit-test/client -/src/lib/rpc/unit-test/dbg.log /src/lib/rpc/unit-test/server /src/man/*.sub -- cgit v1.1