summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-06-27 19:31:35 +0800
committerChase Qi <chase.qi@linaro.org>2017-11-20 20:18:37 +0800
commit13a84d2a3b952f1061308ad435657956a7bcbf45 (patch)
treea908dc89b3430ef3f8bf778e22083928d1d6ebc9
parent34c07adaa4600a5bdda802d4f01a468890033e20 (diff)
linux: ltp: skip min_free_kbytes on RPK
By default, Debian installer will set the size of swap partition to the size of memory capacity. min_free_kbytes needs to occupy both memory and swap spaces. When memory size is large, this test takes hours to finish. For example, on D05 that 128G memory installed, this test takes more then 3 hours. It can be finished, but just too slow. It is possbile to customize partitioning steps to reduce swap partition size for this single test, but that is probably not wanted. Change-Id: I99e397f5277e49c9e01f7d73f34f126f5a8e3764 Signed-off-by: Chase Qi <chase.qi@linaro.org>
-rw-r--r--automated/linux/ltp/skipfile-rpk9
1 files changed, 9 insertions, 0 deletions
diff --git a/automated/linux/ltp/skipfile-rpk b/automated/linux/ltp/skipfile-rpk
index 23c7f2c..b1a408e 100644
--- a/automated/linux/ltp/skipfile-rpk
+++ b/automated/linux/ltp/skipfile-rpk
@@ -3,6 +3,15 @@
# The issue needs to be fixed from ltp. Refer to https://projects.linaro.org/browse/QA-1662
oom01 oom01
+# By default, Debian installer will set the size of swap partition to the size
+# of memory capacity. min_free_kbytes needs to occupy both memory and swap
+# space. When memory size is large, this test takes hours to finish.
+# For example, on D05 that 128G memory installed, this test takes 191 minutes.
+# It can be finished, but just too long. It is possbile to customize
+# partitioning steps to reduce swap partition size for this single test, but
+# that is probably not wanted.
+min_free_kbytes min_free_kbytes
+
# keyctl03 fails under automation but passes when run manually..
# https://bugs.linaro.org/show_bug.cgi?id=3451
keyctl03 keyctl03