ltp: remove OOM tests from runtest/mm

Remove the OOM tests, since they might cause oeqa ssh
connection lost.

[YOCTO #13802]

(From OE-Core rev: f2238b656e7f64c0f95556d2bf22420cef64d2a4)

Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Matthew
2020-07-29 23:56:36 -04:00
committed by Richard Purdie
parent b70c39767c
commit f5f14239cc
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
From 13ef88cdccfe3f58c53d57806866b91e310eb272 Mon Sep 17 00:00:00 2001
From: "Mingde (Matthew) Zeng" <matthewzmd@gmail.com>
Date: Wed, 29 Jul 2020 08:47:09 -0400
Subject: [PATCH] Remove OOM tests from runtest/mm
Disable OOM tests, as they might cause oeqa ssh connection lost
Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com>
---
runtest/mm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/runtest/mm b/runtest/mm
index a09f39c1e..76fa82754 100644
--- a/runtest/mm
+++ b/runtest/mm
@@ -73,12 +73,6 @@ ksm06 ksm06
ksm06_1 ksm06 -n 10
ksm06_2 ksm06 -n 10000
-oom01 oom01
-oom02 oom02
-oom03 oom03
-oom04 oom04
-oom05 oom05
-
swapping01 swapping01 -i 5
thp01 thp01 -I 120
--
2.27.0

View File

@@ -37,6 +37,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://0001-ptrace01-Fix-missing-format-string.patch \
file://0001-sigwaitinfo-Do-not-run-invalid-undefined-test-cases.patch \
file://0001-syscalls-copy_file_range02-Expect-EFBIG-in-subcase-m.patch \
file://0001-Remove-OOM-tests-from-runtest-mm.patch \
"
S = "${WORKDIR}/git"