]> git.ipfire.org Git - thirdparty/krb5.git/commit
Replace gssrpc tests with a Python script 1039/head
authorGreg Hudson <ghudson@mit.edu>
Sun, 16 Feb 2020 01:34:23 +0000 (20:34 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 18 Feb 2020 01:14:53 +0000 (20:14 -0500)
commit033fa6e14155e7623bec5099e486635e01d3ab03
tree94aae2b03a68c3ba1add10804ce771b9b27dc8bc
parentdea66c146cd3587b01c511ac4813fb54e41b0303
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
src/configure.ac
src/lib/rpc/unit-test/Makefile.in
src/lib/rpc/unit-test/client.c
src/lib/rpc/unit-test/config/unix.exp [deleted file]
src/lib/rpc/unit-test/lib/helpers.exp [deleted file]
src/lib/rpc/unit-test/rpc_test.0/expire.exp [deleted file]
src/lib/rpc/unit-test/rpc_test.0/fullrun.exp [deleted file]
src/lib/rpc/unit-test/rpc_test.0/gsserr.exp [deleted file]
src/lib/rpc/unit-test/server.c
src/lib/rpc/unit-test/t_rpc.py [new file with mode: 0644]