diff options
| author | Simo Sorce <simo@redhat.com> | 2017-01-11 14:30:36 -0500 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2017-01-12 11:56:38 -0500 |
| commit | 6f68b3a140172376d4b239bea11b48ba74b47786 (patch) | |
| tree | 4292a0477ee2ada165bf3ee942d2819fdaf02b3c /proxy | |
| parent | 83fa89db80dd8b615151797f5c723efe675eb62f (diff) | |
Trace the gssproxy process too.
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy')
| -rwxr-xr-x | proxy/tests/runtests.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/proxy/tests/runtests.py b/proxy/tests/runtests.py index ac1ff2e..1cd86ea 100755 --- a/proxy/tests/runtests.py +++ b/proxy/tests/runtests.py @@ -43,7 +43,10 @@ if __name__ == '__main__': logfile = open(gssproxylog, "a") - gproc, gpsocket = setup_gssproxy(testdir, logfile, keysenv) + gssproxyenv = keysenv + gssproxyenv['KRB5_TRACE'] = os.path.join(testdir, 'gssproxy.trace') + + gproc, gpsocket = setup_gssproxy(testdir, logfile, gssproxyenv) time.sleep(5) #Give time to gssproxy to fully start up processes['GSS-Proxy(%d)' % gproc.pid] = gproc gssapienv['GSSPROXY_SOCKET'] = gpsocket |
