1 file changed, 1 insertion(+), 1 deletion(-)
cts/CTStests.py.in |    2 +-

# HG changeset patch
# User Andrew Beekhof <[EMAIL PROTECTED]>
# Date 1226332810 -3600
# Branch stable-1.0
# Node ID e13fd37703dcb45309002a7a0776c83e6843a2be
# Parent  b3733717f0e092045b0e538896cd5135fc7c16e7
Low: cts: Fix the stonithd test

diff --git a/cts/CTStests.py.in b/cts/CTStests.py.in
--- a/cts/CTStests.py.in
+++ b/cts/CTStests.py.in
@@ -647,7 +647,7 @@ class StonithdTest(StonithTest):
         watchpats.append("Scheduling Node %s for STONITH" % node)
         watchpats.append("Executing .* fencing operation")
 
-        watchpats.appent("sending fencing op RESET for %s" % node)
+        watchpats.append("sending fencing op RESET for %s" % node)
         watchpats.append("%s crmd: .* S_STARTING -> S_PENDING" % node)
         watchpats.append("%s crmd: .* S_PENDING -> S_NOT_DC" % node)
 
_______________________________________________
Pacemaker mailing list
[email protected]
http://list.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to