summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_integration/tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index 4a94edd60..a09157f6a 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -268,7 +268,8 @@ def install_master(host, setup_dns=True, setup_kra=False):
args = [
'ipa-server-install', '-U',
- '-r', host.domain.name,
+ '-n', host.domain.name,
+ '-r', host.domain.realm,
'-p', host.config.dirman_password,
'-a', host.config.admin_password,
"--domain-level=%i" % host.config.domain_level