Explorar el Código

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 hace 15 años
padre
commit
4e337c7b05
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)