summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_integration/test_caless.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py
index c9d90331b..047917b25 100644
--- a/ipatests/test_integration/test_caless.py
+++ b/ipatests/test_integration/test_caless.py
@@ -40,14 +40,10 @@ assert_error = tasks.assert_error
def get_install_stdin(cert_passwords=()):
lines = [
- 'yes', # Existing BIND configuration detected, overwrite? [no]
'', # Server host name (has default)
- '', # Confirm domain name (has default)
]
lines.extend(cert_passwords) # Enter foo.p12 unlock password
lines += [
- '', # Do you want to configure the reverse zone? [yes]
- '', # Please specify the reverse zone name [47.34.10.in-addr.arpa.]
'yes', # Continue with these values?
]
return '\n'.join(lines + [''])