Răsfoiți Sursa

Make cts work with pacemaker 1.1.9

This is counterpart of adcc21a30c70a40861736bc9d902c2ef2d4b42c4 in
pacemaker.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse 13 ani în urmă
părinte
comite
55d9db902c
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      cts/corolab.py

+ 2 - 1
cts/corolab.py

@@ -136,7 +136,8 @@ class CoroLabEnvironment(CtsLab):
         self["all-once"] = 0
         self["all-once"] = 0
         self["LogWatcher"] = "remote"
         self["LogWatcher"] = "remote"
         self["SyslogFacility"] = DefaultFacility
         self["SyslogFacility"] = DefaultFacility
-    
+        self["stats"] = 0
+
 #
 #
 # Main entry into the test system.
 # Main entry into the test system.
 #
 #