URL: https://github.com/freeipa/freeipa/pull/6034 Author: flo-renaud Title: #6034: [Backport][ipa-4-9] ipatests: increase sosreport verbosity Action: opened
PR body: """ This PR was opened automatically because PR #6032 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/6034/head:pr6034 git checkout pr6034
From 620b312e284a4b2f194e94a5c8e4a6b3f6f06659 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Tue, 28 Sep 2021 07:58:34 +0200 Subject: [PATCH] ipatests: increase sosreport verbosity With the new version sos-4.2-1, sos report -v prints the debug messages into sos.log only. In order to see the debug messages in the console, -vv is needed. For more info refer to sos report commit https://github.com/sosreport/sos/commit/1d0729a9dcfe3f3cebb961114c9bc05136cf8cfb Since the test is looking for messages in stdout, use -vv to make sure the expected messages are printed in the console. Fixes: https://pagure.io/freeipa/issue/9000 --- 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 089793a2fa6..ff62d2cd486 100644 --- a/ipatests/test_integration/test_ipahealthcheck.py +++ b/ipatests/test_integration/test_ipahealthcheck.py @@ -1221,7 +1221,7 @@ def test_sosreport_includes_healthcheck(self, create_logfile): "--case-id", caseid, "--batch", - "-v", + "-vv", "--build", ] )
_______________________________________________ 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