You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See for instance the PR #586 where the test_webui_users test fails. The generated ipa-test-config.yaml contains trailing spaces for the dns_forwarder value and this results in ipa-server-install failure visible in runner.log.gz:
Replace task command to fetch DNS sever from `resolvectl dns` command,
this will not return whitespaces.
Execute grep -m1 to limit the number of lines to 1.
Execute cut to return the first address.
Issue #410
Signed-off-by: Armando Neto <[email protected]>
When running the PRCI tests on rawhide, the dns_forwarder is extracted using
resolvectl status
command (https://github.com/freeipa/freeipa-pr-ci/blob/master/ansible/roles/machine/provision/tasks/main.yml#L18) but this results in a variable containing trailing spaces.See for instance the PR #586 where the test_webui_users test fails. The generated ipa-test-config.yaml contains trailing spaces for the dns_forwarder value and this results in ipa-server-install failure visible in runner.log.gz:
The playbook should be fixed to strip the trailing spaces.
The text was updated successfully, but these errors were encountered: