summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_trust.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_integration/test_trust.py')
-rw-r--r--ipatests/test_integration/test_trust.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_integration/test_trust.py b/ipatests/test_integration/test_trust.py
index 06bc4935b..b32e0ab97 100644
--- a/ipatests/test_integration/test_trust.py
+++ b/ipatests/test_integration/test_trust.py
@@ -334,7 +334,7 @@ class TestNonexternalTrustWithSubdomain(ADTrustSubdomainBase):
"""
def test_establish_trust(self):
""" Tests establishing non-external trust with Active Directory """
- self.master.run_command(['kinit', '-kt', paths.IPA_KEYTAB,
+ self.master.run_command(['kinit', '-kt', paths.HTTP_KEYTAB,
'HTTP/%s' % self.master.hostname])
self.master.run_command(['systemctl', 'restart', 'krb5kdc.service'])
self.master.run_command(['kdestroy', '-A'])
@@ -401,7 +401,7 @@ class TestNonexternalTrustWithTreedomain(ADTrustTreedomainBase):
"""
def test_establish_trust(self):
""" Tests establishing non-external trust with Active Directory """
- self.master.run_command(['kinit', '-kt', paths.IPA_KEYTAB,
+ self.master.run_command(['kinit', '-kt', paths.HTTP_KEYTAB,
'HTTP/%s' % self.master.hostname])
self.master.run_command(['systemctl', 'restart', 'krb5kdc.service'])
self.master.run_command(['kdestroy', '-A'])