From e36894f77be2ab20bc91a1d39c087b3f398e332e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 2 Nov 2016 08:58:42 -0400 Subject: Add tests for delegation and ccache mode setting Signed-off-by: Simo Sorce --- tests/magtests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/magtests.py') diff --git a/tests/magtests.py b/tests/magtests.py index 0065b7b..074e2f0 100755 --- a/tests/magtests.py +++ b/tests/magtests.py @@ -257,7 +257,6 @@ def kinit_user(testdir, kdcenv): kinit.wait() if kinit.returncode != 0: raise ValueError('kinit failed') - return testenv @@ -388,6 +387,8 @@ if __name__ == '__main__': keysenv = setup_keys(testdir, kdcenv) testenv = kinit_user(testdir, kdcenv) + testenv['DELEGCCACHE'] = os.path.join(testdir, 'httpd', + USR_NAME + '@' + TESTREALM) test_spnego_auth(testdir, testenv, testlog) test_spnego_negotiate_once(testdir, testenv, testlog) -- cgit