浏览代码

CTS: temp remove troublesome tests.

Right I know - not so good to comment out tests.
BUT they are passing but there is some weirdness
in ssh reconnecting to these nodes that causes CTS false
negatives.
So the nodes are watchdogged (as expected) but when they come
back up cts gets stuck in a loop re-trying to ssh into
them. It odd as a manual ssh works fine.

Basically I think it's more important the we get reliable
testing than have these test in there.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Angus Salkeld 15 年之前
父节点
当前提交
4e337c7b05
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cts/corotests.py

+ 2 - 2
cts/corotests.py

@@ -1528,9 +1528,9 @@ AllTestClasses.append(SamWdIntegration2)
 AllTestClasses.append(NoWDConfig)
 AllTestClasses.append(WDConfigNoWd)
 AllTestClasses.append(NoWDOnCorosyncStop)
-AllTestClasses.append(WDOnForkBomb)
+#AllTestClasses.append(WDOnForkBomb)
 AllTestClasses.append(WdDeleteResource)
-AllTestClasses.append(RebootOnHighMem)
+#AllTestClasses.append(RebootOnHighMem)
 AllTestClasses.append(ResourcePollAdjust)
 AllTestClasses.append(ServiceLoadTest)
 AllTestClasses.append(MemLeakObject)