Skip to content

Commit

Permalink
Test: cts: sbd patterns to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Nov 7, 2014
1 parent aa12ff6 commit 3e076a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cts/patterns.py
Expand Up @@ -180,6 +180,9 @@ def __init__(self, name):
r"error: log_operation:.*Operation 'reboot' .* with device 'FencingFail' returned:",
r"Child process .* terminated with signal 9",
r"getinfo response error: 1$",
"sbd.* error: inquisitor_child: DEBUG MODE IS ACTIVE",
"sbd.* pcmk: error: crm_ipc_read: Connection to cib_ro failed",
"sbd.* pcmk: error: mainloop_gio_callback: Connection to cib_ro.* closed .I/O condition=17",
]

self.BadNews = [
Expand Down

0 comments on commit 3e076a8

Please sign in to comment.