]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add tests for KCM ccache type 870/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 22 Nov 2018 05:27:35 +0000 (00:27 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 28 Nov 2018 05:39:38 +0000 (00:39 -0500)
commitf0bcb86131e385b2603ccf0f3c7d65aa3891b220
treee0d055019c32940d453b6e553fddccd0143bbd65
parent08e948cce2c79a3604066fcf7a64fc527456f83d
Add tests for KCM ccache type

Using a trivial Python implementation of a KCM server, run the
t_ccache.py tests against the KCM ccache type.
src/tests/kcmserver.py [new file with mode: 0644]
src/tests/t_ccache.py