[freeipa PR#5078][opened] ipatests: Fix for ipahealthcheck tests
by menonsudhir
URL: https://github.com/freeipa/freeipa/pull/5078
Author: menonsudhir
Title: #5078: ipatests: Fix for ipahealthcheck tests
Action: opened
PR body:
"""
The patch fixes the below tests in TestIpaHealthCheck
- test_replication_check_exists
Corrected the check name to ReplicationConflictCheck from ReplicationCheck
- test_ipa_healthcheck_revocation
Modified the expected error_msg to 'Certificate is revoked, unspecified'
- test_run_with_stopped_master
Corrected source name to ipahealthcheck.meta.services
- test_chainexpiration_check_without_cert
fixed the assert statement
- test_ipacertnsstrust_check
fixed the assert statement
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5078/head:pr5078
git checkout pr5078
3 years