瀏覽代碼

temporarily remove a cts test case.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2918 fd59a12c-fef9-0310-b244-a6a79926bd2f
Angus Salkeld 16 年之前
父節點
當前提交
5e1bac5877
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      cts/corotests.py

+ 6 - 1
cts/corotests.py

@@ -339,11 +339,16 @@ class CpgCfgChgOnNodeRestart(CpgConfigChangeBase):
         self.CM.start_cpg = False
 
     def config_valid(self, config):
+        if config.has_key('totem/secauth'):
+            if config['totem/secauth'] is 'on':
+                return False
+            else:
+                return True
         if config.has_key('totem/rrp_mode'):
             return False
         else:
             return True
-       
+
     def failure_action(self):
         self.CM.log("2: isolating node " + self.wobbly)
         self.CM.isolate_node(self.wobbly)