URL: https://github.com/freeipa/freeipa/pull/5682 Author: flo-renaud Title: #5682: [Backport][ipa-4-9] ipatests: update expected message Action: opened
PR body: """ This PR was opened automatically because PR #5670 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5682/head:pr5682 git checkout pr5682
From bc87d6e1e6cf6c2ed27cd16d0eda839554bfcb6e Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Mon, 29 Mar 2021 08:44:31 +0200 Subject: [PATCH] ipatests: update expected message The test TestIpaHealthCheck::test_ipahealthcheck_ds_riplugincheck is expecting a specific message for the RIPluginCheck but the message has been updated to fix 4656 - Remove problematic language from UI/CLI/lib389 ("enable referint on all suppliers" instead of "enable referint on all masters"). Shorten the expected msg so that it fits both situations. Fixes: https://pagure.io/freeipa/issue/8779 Signed-off-by: Florence Blanc-Renaud <f...@redhat.com> --- ipatests/test_integration/test_ipahealthcheck.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ipatests/test_integration/test_ipahealthcheck.py b/ipatests/test_integration/test_ipahealthcheck.py index 90bde5b585b..09413a187e3 100644 --- a/ipatests/test_integration/test_ipahealthcheck.py +++ b/ipatests/test_integration/test_ipahealthcheck.py @@ -1127,7 +1127,6 @@ def test_ipahealthcheck_ds_riplugincheck(self, update_riplugin): """ warn_msg = ( "We advise that you set this value to 0, and enable referint " - "on all masters as it provides a more predictable behaviour.\n" ) returncode, data = run_healthcheck( self.master,
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure