URL: https://github.com/freeipa/freeipa/pull/1423 Author: felipevolpone Title: #1423: IntegrationTests now collects logs from all test methods Action: opened
PR body: """ It was missing the configuration and the proper use of the logfile_dir. Also, the dict of logs to be collected should not be cleared. Now, all logs from all test methods will be collected.
It's useful to say that it doesn't mean that all methods are changing the environment or installing/reinstalling freeIPA. So, it's possible that some logs in different methods would be the same.
Fixes: #7310 and #7335 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1423/head:pr1423 git checkout pr1423
URL: https://github.com/freeipa/freeipa/pull/1423 Author: felipevolpone Title: #1423: IntegrationTests now collects logs from all test methods Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1423/head:pr1423 git checkout pr1423
freeipa-devel@lists.fedorahosted.org