]> git.ipfire.org Git - thirdparty/krb5.git/commit
Convert OTP and kdcproxy tests to Python 3
authorGreg Hudson <ghudson@mit.edu>
Wed, 19 Jun 2019 04:57:30 +0000 (00:57 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 9 Dec 2019 22:02:52 +0000 (17:02 -0500)
commitaf11dd8b8755ed31f3d24d48ae50a637678ca36c
tree4ec248f427479d410c7e27b0d4543f6005f57a7d
parenta0a13c7d8e601cc950422a8dcc898a812122946b
Convert OTP and kdcproxy tests to Python 3

Commit e23d24beacb73581bbf4351250f3955e6fd44361 did not convert
t_otp.py or paste-kdcproxy.py.  Convert t_otp.py to Python3.  Rewrite
paste-kdcproxy.py using wsgiref from the standard Python library to
avoid the Paste dependency.

(cherry picked from commit 56be947ac4469d9d79b2e451311278f5bcdb2063)

ticket: 8818
version_fixed: 1.17.1
src/tests/t_otp.py
src/tests/t_proxy.py
src/util/paste-kdcproxy.py [deleted file]
src/util/wsgiref-kdcproxy.py [new file with mode: 0755]