From dacb3aaa0dc11b3af7d6d6ef1fb93536f3530b3a Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 9 Jun 2023 14:05:16 -0700 Subject: [PATCH] tests/int/cgroups: remove useless/wrong setting There is no such thing as linux.resources.memorySwap (the mem+swap is set as linux.resources.memory.swap). As it is not used in this test anyway, remove it. Fixes: 4929c05ad18ab99686040d8b40a969c3f884717c Signed-off-by: Kir Kolyshkin --- tests/integration/cgroups.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/cgroups.bats b/tests/integration/cgroups.bats index 1842bdcf3..f06bd25f3 100644 --- a/tests/integration/cgroups.bats +++ b/tests/integration/cgroups.bats @@ -245,7 +245,6 @@ function setup() { set_cgroups_path # CPU shares of 3333 corresponds to CPU weight of 128. update_config ' .linux.resources.memory |= {"limit": 33554432} - | .linux.resources.memorySwap |= {"limit": 33554432} | .linux.resources.cpu |= { "shares": 3333, "quota": 40000,