From 6d7ce57e0f248be2c540b6e61bea95f8eedf30fc Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 8 Jan 2020 14:06:38 +0100 Subject: [PATCH] tests/pytests: set a small cache size With preallocation, the cache for the parallel pytests has to be small enough so there's enough space to fit multiple of them in the tmpfs of test machine. --- tests/pytests/templates/kresd.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2 index 72f0ee1a7..689e1bc51 100644 --- a/tests/pytests/templates/kresd.conf.j2 +++ b/tests/pytests/templates/kresd.conf.j2 @@ -48,3 +48,6 @@ modules.unload("ta_update") modules.unload("ta_signal_query") modules.unload("priming") modules.unload("detect_time_skew") + +-- choose a small cache, since it is preallocated +cache.size = 1 * MB -- 2.47.2