Skip to content

Commit

Permalink
Test: CTS: update patterns for recent log message changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed Feb 24, 2017
1 parent ae362da commit fc14818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cts/CTStests.py
Expand Up @@ -1824,7 +1824,7 @@ def __call__(self, node):
def errorstoignore(self):
'''Return list of errors which should be ignored'''
return [
r"resources were active at shutdown",
r"resource( was|s were) active at shutdown",
]

def is_applicable(self):
Expand Down
2 changes: 1 addition & 1 deletion cts/patterns.py
Expand Up @@ -255,7 +255,7 @@ def __init__(self, name):
self.components["common-ignore"] = [
"Pending action:",
"error: crm_log_message_adv:",
"resources were active at shutdown",
r"resource( was|s were) active at shutdown",
"pending LRM operations at shutdown",
"Lost connection to the CIB service",
"Connection to the CIB terminated...",
Expand Down

0 comments on commit fc14818

Please sign in to comment.