diff options
author | Matthew <matthew.zeng@windriver.com> | 2020-07-29 23:56:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-01 19:57:49 +0100 |
commit | f5f14239ccb6660c14cdde42e0044f2ff6498857 (patch) | |
tree | 80f2a07118228748dc54ebf9f8ae0e11b8fb3825 /meta/recipes-extended/ltp | |
parent | b70c39767c98231176acf275953f16dd3a8ede38 (diff) | |
download | poky-f5f14239ccb6660c14cdde42e0044f2ff6498857.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch | 34 | ||||
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20200515.bb | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch new file mode 100644 index 0000000000..6b665030c3 --- /dev/null +++ b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch | |||
@@ -0,0 +1,34 @@ | |||
1 | From 13ef88cdccfe3f58c53d57806866b91e310eb272 Mon Sep 17 00:00:00 2001 | ||
2 | From: "Mingde (Matthew) Zeng" <matthewzmd@gmail.com> | ||
3 | Date: Wed, 29 Jul 2020 08:47:09 -0400 | ||
4 | Subject: [PATCH] Remove OOM tests from runtest/mm | ||
5 | |||
6 | Disable OOM tests, as they might cause oeqa ssh connection lost | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe-core specific] | ||
9 | Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com> | ||
10 | |||
11 | --- | ||
12 | runtest/mm | 6 ------ | ||
13 | 1 file changed, 6 deletions(-) | ||
14 | |||
15 | diff --git a/runtest/mm b/runtest/mm | ||
16 | index 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 | -- | ||
33 | 2.27.0 | ||
34 | |||
diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb index ece3acf0f9..0c7044d044 100644 --- a/meta/recipes-extended/ltp/ltp_20200515.bb +++ b/meta/recipes-extended/ltp/ltp_20200515.bb | |||
@@ -37,6 +37,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \ | |||
37 | file://0001-ptrace01-Fix-missing-format-string.patch \ | 37 | file://0001-ptrace01-Fix-missing-format-string.patch \ |
38 | file://0001-sigwaitinfo-Do-not-run-invalid-undefined-test-cases.patch \ | 38 | file://0001-sigwaitinfo-Do-not-run-invalid-undefined-test-cases.patch \ |
39 | file://0001-syscalls-copy_file_range02-Expect-EFBIG-in-subcase-m.patch \ | 39 | file://0001-syscalls-copy_file_range02-Expect-EFBIG-in-subcase-m.patch \ |
40 | file://0001-Remove-OOM-tests-from-runtest-mm.patch \ | ||
40 | " | 41 | " |
41 | 42 | ||
42 | S = "${WORKDIR}/git" | 43 | S = "${WORKDIR}/git" |