[Debian-ha-commits] [pacemaker] 02/69: Test: cts: Move search patterns to the right place for cman

Christoph Berg myon at debian.org
Tue Jan 26 09:14:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch debian/master
in repository pacemaker.

commit 5339582205e2b67c139c95a322dc6a8c5d67a1de
Author: Gao,Yan <ygao at suse.com>
Date:   Fri Nov 13 13:56:34 2015 +0100

    Test: cts: Move search patterns to the right place for cman
---
 cts/patterns.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cts/patterns.py b/cts/patterns.py
index b377c23..7846412 100644
--- a/cts/patterns.py
+++ b/cts/patterns.py
@@ -458,16 +458,16 @@ class crm_cman(crm_cs_v0):
             "EpochCmd"      : "crm_node -e --cman",
             "QuorumCmd"      : "crm_node -q --cman",
             "PartitionCmd"    : "crm_node -p --cman",
+        })
 
+        self.search.update({
             "Pat:We_stopped"   : "%s.*Unloading all Corosync service engines",
             "Pat:They_stopped" : "%s\W.*crmd.*Node %s\[.*state is now lost",
             "Pat:They_dead"    : "crmd.*Node %s\[.*state is now lost",
 
             "Pat:ChildKilled"  : "%s\W.*pacemakerd.*The %s process .* terminated with signal 9",
             "Pat:ChildRespawn" : "%s\W.*pacemakerd.*Respawning failed child process: %s",
-        })
 
-        self.search.update({
             "Pat:PacemakerUp"  : "%s\W.*pacemakerd.*Starting Pacemaker",
         })
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pacemaker.git



More information about the Debian-HA-Commits mailing list