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
1d0729a9dc

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
Reviewed-By: Mohammad Rizwan Yusuf <myusuf@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2021-09-28 07:58:34 +02:00
parent cd85b729d3
commit a6b3993d92

View File

@ -1221,7 +1221,7 @@ class TestIpaHealthCheck(IntegrationTest):
"--case-id",
caseid,
"--batch",
"-v",
"-vv",
"--build",
]
)