do not install CA on replica during integration test if setup_ca=False

The patch fixes bug in the construction of ipa-replica-install arguments in
test_integration/tasks.install_replica. Due to this bug the replica
installation during certain integration tests involved CA setup even when
setup_ca was set to False.

Reviewed-By: Milan Kubik <mkubik@redhat.com>
This commit is contained in:
Martin Babinsky
2015-04-07 16:51:59 +02:00
committed by Martin Kosek
parent c8fae594df
commit 1bd099a114

View File

@@ -231,7 +231,6 @@ def install_replica(master, replica, setup_ca=True, setup_dns=False):
'replica-info.gpg')
replica.put_file_contents(replica_filename, replica_bundle)
args = ['ipa-replica-install', '-U',
'--setup-ca',
'-p', replica.config.dirman_password,
'-w', replica.config.admin_password,
'--ip-address', replica.ip,