]>
git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
syslog.py: whitelist innocent tcmu-runner log message
When running the new iSCSI smoke test, tcmu-runner emits a syslog
message that was not whitelisted:
2019-03-27T10:00:17.292154+00:00 target192168000056 tcmu-runner[37366]: 2019-03-27 10:00:17.291 37366 [INFO] load_our_module:537: Inserted module 'target_core_user'
Since the message is at severity level INFO, it was causing teuthology
to raise a red flag.
Signed-off-by: Nathan Cutler <ncutler@suse.com>