mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
tests: Standardized replica_preparation in test_no_certs
Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
b8968d923c
commit
106f37c26f
@ -774,10 +774,8 @@ class TestReplicaInstall(CALessBase):
|
||||
@replica_install_teardown
|
||||
def test_no_certs(self):
|
||||
"IPA replica install without certificates"
|
||||
|
||||
result = self.master.run_command(['ipa-replica-prepare',
|
||||
self.replicas[0].hostname],
|
||||
raiseonerr=False)
|
||||
result = self.prepare_replica(http_pkcs12_exists=False,
|
||||
dirsrv_pkcs12_exists=False)
|
||||
assert_error(result, "Cannot issue certificates: a CA is not "
|
||||
"installed. Use the --http-cert-file, "
|
||||
"--dirsrv-cert-file options to provide "
|
||||
|
Loading…
Reference in New Issue
Block a user