URL: https://github.com/freeipa/freeipa/pull/1234
Author: felipevolpone
Title: #1234: Fix log capture when running pytests_multihosts commands
Action: opened
PR body:
"""
The pytests_plugins/integration/config.py::Config class
provides the get_logger method in order to customize the
default log of the plugin.
Previously, before commit 07229c8ff66669ba87b7d6599c3ec0d362ef2be4,
the code was using ipa_log_manager, a custom log solution. After
moving to use the default python way, the log is not configured anymore.
This PR address it changing the level to DEBUG in order to capture
the output of pytest_multihosts commands.
As an example, when running `ipa-server-install`, you will be able
to see an output like this:
```
[[...].Host.master.cmd2] Checking DNS domain ipa.test, please wait ...
[[...].Host.master.cmd2]
[[...].Host.master.cmd2] The log file for this installation can be found in /var/log/ipaserver-install.log
[[...].Host.master.cmd2] ==============================================================================
[[...].Host.master.cmd2] This program will set up the FreeIPA Server.
[[...].Host.master.cmd2]
[[...].Host.master.cmd2] This includes:
[[...].Host.master.cmd2] * Configure a stand-alone CA (dogtag) for certificate management
[[...].Host.master.cmd2] * Configure the Network Time Daemon (ntpd)
[[...].Host.master.cmd2] * Create and configure an instance of Directory Server
[[...].Host.master.cmd2] * Create and configure a Kerberos Key Distribution Center (KDC)
```
Fixes: https://pagure.io/freeipa/issue/7186
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1234/head:pr1234
git checkout pr1234
URL: https://github.com/freeipa/freeipa/pull/1235
Author: tomaskrizek
Title: #1235: [Backport][ipa-4-6] prci: add external_ca test
Action: opened
PR body:
"""
This PR was opened automatically because PR #1027 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1235/head:pr1235
git checkout pr1235
URL: https://github.com/freeipa/freeipa/pull/1027
Author: tomaskrizek
Title: #1027: prci: add external_ca test
Action: opened
PR body:
"""
Add external_ca to the PR CI test suite.
Signed-off-by: Tomas Krizek <tkrizek(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1027/head:pr1027
git checkout pr1027
URL: https://github.com/freeipa/freeipa/pull/1231
Author: stlaz
Title: #1231: [Backport][ipa-4-6] Py3: fix ipa-replica-conncheck
Action: opened
PR body:
"""
This PR was opened automatically because PR #1212 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1231/head:pr1231
git checkout pr1231