]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task: syslog: salt INFO messages generate false negatives
authorNathan Cutler <ncutler@suse.com>
Thu, 13 Jul 2017 21:09:11 +0000 (23:09 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 26 Apr 2019 07:11:16 +0000 (09:11 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Conflicts:
teuthology/task/internal/syslog.py

teuthology/task/internal/syslog.py

index 3c76b67ae51244e1cc2dde577665d0516adfc8e9..40b75b238a2d854dc3e6113ac4ca409406c76f24 100644 (file)
@@ -134,6 +134,8 @@ def syslog(ctx, config):
                     run.Raw('|'),
                     'grep', '-v', 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined',  # noqa
                     run.Raw('|'),
+                    'egrep', '-v', '\\bsalt-master\\b|\\bsalt-minion\\b',
+                    run.Raw('|'),
                     'grep', '-v', 'ceph-crash',
                     run.Raw('|'),
                     'head', '-n', '1',