summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_integration/test_legacy_clients.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipatests/test_integration/test_legacy_clients.py b/ipatests/test_integration/test_legacy_clients.py
index b4fd13175..4eac83e8d 100644
--- a/ipatests/test_integration/test_legacy_clients.py
+++ b/ipatests/test_integration/test_legacy_clients.py
@@ -221,6 +221,8 @@ class BaseTestLegacyClient(object):
def install(cls):
super(BaseTestLegacyClient, cls).install()
+ tasks.kinit_admin(cls.master)
+
password_confirmation = (
cls.master.config.admin_password +
'\n' +