]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix and adjust t_kprop.py 403/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 10 Feb 2016 16:50:54 +0000 (11:50 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 29 Feb 2016 23:12:10 +0000 (18:12 -0500)
commit8955af00901e2f06a937548cd3442b49c694183d
treef3e839617bc9b97c5aad7664e78c9b789b333eca
parentf149b9cc1e0f8c6e7cca2ee0a5fd8feff7deaf58
Fix and adjust t_kprop.py

The listprincs check was at the wrong indentation level and had the
wrong argument grouping; fix it so we actually verify the propagation.

Stop using the -t (runonce) flag to kpropd, so that kpropd continues
to run until k5test.py terminates it.  Quit out of the read loop when
we see that the load process is completed, instead of looking for end
of input.  This change is needed in order to add hooks in k5test.py
for checking daemons for memory leaks before terminating them.
src/tests/t_kprop.py