From d238fb4f2bb6525367a73c42a8a238843d5c8b43 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 22 Jul 2020 11:47:23 -0400 Subject: [PATCH] ipatests: lib389 is now providing healthchecks, update naming Reviewed-By: Francois Cami --- ipatests/test_integration/test_ipahealthcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/test_integration/test_ipahealthcheck.py b/ipatests/test_integration/test_ipahealthcheck.py index 102b7397e..748b09912 100644 --- a/ipatests/test_integration/test_ipahealthcheck.py +++ b/ipatests/test_integration/test_ipahealthcheck.py @@ -93,7 +93,7 @@ metaservices_checks = [ ipafiles_checks = ["IPAFileNSSDBCheck", "IPAFileCheck", "TomcatFileCheck"] dogtag_checks = ["DogtagCertsConfigCheck", "DogtagCertsConnectivityCheck"] iparoles_checks = ["IPACRLManagerCheck", "IPARenewalMasterCheck"] -replication_checks = ["ReplicationConflictCheck"] +replication_checks = ["ReplicationCheck"] ruv_checks = ["RUVCheck"] dna_checks = ["IPADNARangeCheck"] idns_checks = ["IPADNSSystemRecordsCheck"]