URL: https://github.com/freeipa/freeipa/pull/5952 Author: amore17 Title: #5952: ipatests: use whole date when calling journalctl --since Action: opened
PR body: """ The test test_check_otpd_after_idle_timeout is checking the content of the journal using journalctl --since ... but provides only the time, not the whole date with year-month-day. As a consequence, if the test is executed around midnight it may find nothing in the journal because it's looking for logs after 11:50PM, which is a date in the future. Fixes: https://pagure.io/freeipa/issue/8940
Signed-off-by: Anuja More amore@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5952/head:pr5952 git checkout pr5952
URL: https://github.com/freeipa/freeipa/pull/5952 Author: amore17 Title: #5952: ipatests: Refactor test_check_otpd_after_idle_timeout Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5952/head:pr5952 git checkout pr5952
freeipa-devel@lists.fedorahosted.org