URL: https://github.com/freeipa/freeipa/pull/5814 Author: flo-renaud Title: #5814: ipatests: delete the replica before uninstallation Action: opened
PR body: """ The test test_installation.py::TestInstallWithCA1::test_install_with_bad_ldap_conf is uninstalling a replica by calling ipa-server-install --uninstall directly, instead of deleting the replica first.
Use tasks.uninstall_replica instead of tasks.uninstall_master to perform a proper uninstallation.
Fixes: https://pagure.io/freeipa/issue/8876
"""
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5814/head:pr5814 git checkout pr5814
URL: https://github.com/freeipa/freeipa/pull/5814 Author: flo-renaud Title: #5814: ipatests: delete the replica before uninstallation Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5814/head:pr5814 git checkout pr5814
freeipa-devel@lists.fedorahosted.org