URL:
https://github.com/freeipa/freeipa/pull/5528
Author: flo-renaud
Title: #5528: ipatests: ipactl status now exits with 3 when a service is stopped
Action: opened
PR body:
"""
ipatests: ipactl status now exits with 3 when a service is stopped
Some tests are individually stopping a service and call
ipactl status to ensure it is stopped. They need to use
run_command with raiseonerr=False as ipactl status now
exits with 3 when one of the IPA services is down
(since commit 928ab51).
Related:
https://pagure.io/freeipa/issue/8588
"""
To pull the PR as Git branch:
git remote add ghfreeipa
https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5528/head:pr5528
git checkout pr5528