blob: 6b665030c35584c1a219835847e39cd0dcf71cbb [file] [log] [blame]
Andrew Geissler635e0e42020-08-21 15:58:33 -05001From 13ef88cdccfe3f58c53d57806866b91e310eb272 Mon Sep 17 00:00:00 2001
2From: "Mingde (Matthew) Zeng" <matthewzmd@gmail.com>
3Date: Wed, 29 Jul 2020 08:47:09 -0400
4Subject: [PATCH] Remove OOM tests from runtest/mm
5
6Disable OOM tests, as they might cause oeqa ssh connection lost
7
8Upstream-Status: Inappropriate [oe-core specific]
9Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
10
11---
12 runtest/mm | 6 ------
13 1 file changed, 6 deletions(-)
14
15diff --git a/runtest/mm b/runtest/mm
16index a09f39c1e..76fa82754 100644
17--- a/runtest/mm
18+++ b/runtest/mm
19@@ -73,12 +73,6 @@ ksm06 ksm06
20 ksm06_1 ksm06 -n 10
21 ksm06_2 ksm06 -n 10000
22
23-oom01 oom01
24-oom02 oom02
25-oom03 oom03
26-oom04 oom04
27-oom05 oom05
28-
29 swapping01 swapping01 -i 5
30
31 thp01 thp01 -I 120
32--
332.27.0
34