tobiko/tobiko/shell/files
Slawek Kaplonski 9be91433cd Fix greping of the journalctl log for neutron notification line
In commit [1] simple grep of the journalctl output was replaced with
"--grep" option for journalctl. That is fine as this will grep log on
the remote machine and send less data over the network to the Tobiko
runner but it wasn't working as it should because regex should be
in the quotation marks.
This patch fixes that by adding quotes around regex.

This patch also increase time in which logs are checked. It was only
5 minutes but it's not really reliable e.g. on the gate so it's now
increased to 30 minutes.

[1] https://review.opendev.org/c/x/tobiko/+/764351

Change-Id: I1ad3cd9886e0a85647e5a5f98363b10c49967f2c
2021-01-28 15:42:19 +01:00
..
__init__.py Add JournalLogDigger class to parse OpenStack services logs 2020-11-27 15:32:22 +01:00
_logs.py Fix greping of the journalctl log for neutron notification line 2021-01-28 15:42:19 +01:00