From patchwork Thu May 12 12:38:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cyril Hrubis X-Patchwork-Id: 1630146 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=suse.cz header.i=@suse.cz header.a=rsa-sha256 header.s=susede2_rsa header.b=aYNCqC5Q; dkim=fail reason="signature verification failed" header.d=suse.cz header.i=@suse.cz header.a=ed25519-sha256 header.s=susede2_ed25519 header.b=yYtlsk3x; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.linux.it (client-ip=2001:1418:10:5::2; helo=picard.linux.it; envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it; receiver=) Received: from picard.linux.it (picard.linux.it [IPv6:2001:1418:10:5::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4KzWZG0Qphz9sG2 for ; Thu, 12 May 2022 22:39:49 +1000 (AEST) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 6BCB13CA9C2 for ; Thu, 12 May 2022 14:39:47 +0200 (CEST) X-Original-To: ltp@lists.linux.it Delivered-To: ltp@picard.linux.it Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [217.194.8.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id B9B853CA9CA for ; Thu, 12 May 2022 14:36:14 +0200 (CEST) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-7.smtp.seeweb.it (Postfix) with ESMTPS id D637720004D for ; Thu, 12 May 2022 14:36:13 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 8B1781F8F3; Thu, 12 May 2022 12:36:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1652358973; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ztIA1NJ5duOf+BCmk3v/pPSEGvAmzF3MnG/pOCU7v7A=; b=aYNCqC5Qw/L5hwbZarfOOPC7TpbbWbavy8LRwpyAAPLkaE0FlSSekYQw1H6HfVFc0XsfC+ /Xw2L31od1SsPLI77KnjacyTUh2O3Of00/Z7xQ459OcQTWvJr5Hx4TemWAJfpHx3ulGl4e O9NkgE3N9bl7QKhyiRQGpRjULHcO5iY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1652358973; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ztIA1NJ5duOf+BCmk3v/pPSEGvAmzF3MnG/pOCU7v7A=; b=yYtlsk3xL57TlsCWaIO8D8hlUn6J9F8ysHt1Hair5bYgBNreoS3IswL5AiF0LlkZZYLl4a u+xBTY/CPKOC8dDg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 79CCE13ABE; Thu, 12 May 2022 12:36:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id zmFeHD3/fGJTGgAAMHmgww (envelope-from ); Thu, 12 May 2022 12:36:13 +0000 From: Cyril Hrubis To: ltp@lists.linux.it Date: Thu, 12 May 2022 14:38:08 +0200 Message-Id: <20220512123816.24399-22-chrubis@suse.cz> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220512123816.24399-1-chrubis@suse.cz> References: <20220512123816.24399-1-chrubis@suse.cz> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-7.smtp.seeweb.it X-Virus-Status: Clean X-Spam-Status: No, score=0.1 required=7.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on in-7.smtp.seeweb.it Subject: [LTP] [PATCH v3 21/29] mem/{oom, min_free_kbytes}: Convert to runtime X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: automated-testing@lists.yoctoproject.org Errors-To: ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it Sender: "ltp" This just sets the runtime to TST_UNLIMITED_RUNTIME which disables the timeout. Signed-off-by: Cyril Hrubis --- testcases/kernel/mem/oom/oom01.c | 2 +- testcases/kernel/mem/oom/oom02.c | 2 +- testcases/kernel/mem/oom/oom03.c | 2 +- testcases/kernel/mem/oom/oom04.c | 2 +- testcases/kernel/mem/oom/oom05.c | 2 +- testcases/kernel/mem/tunable/min_free_kbytes.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testcases/kernel/mem/oom/oom01.c b/testcases/kernel/mem/oom/oom01.c index 258bfd89e..9f7d76587 100644 --- a/testcases/kernel/mem/oom/oom01.c +++ b/testcases/kernel/mem/oom/oom01.c @@ -63,7 +63,7 @@ static void cleanup(void) static struct tst_test test = { .needs_root = 1, .forks_child = 1, - .timeout = -1, + .max_runtime = TST_UNLIMITED_RUNTIME, .setup = setup, .cleanup = cleanup, .test_all = verify_oom, diff --git a/testcases/kernel/mem/oom/oom02.c b/testcases/kernel/mem/oom/oom02.c index 2b9bcb1b2..b3719f723 100644 --- a/testcases/kernel/mem/oom/oom02.c +++ b/testcases/kernel/mem/oom/oom02.c @@ -70,7 +70,7 @@ static void cleanup(void) static struct tst_test test = { .needs_root = 1, .forks_child = 1, - .timeout = -1, + .max_runtime = TST_UNLIMITED_RUNTIME, .setup = setup, .cleanup = cleanup, .test_all = verify_oom, diff --git a/testcases/kernel/mem/oom/oom03.c b/testcases/kernel/mem/oom/oom03.c index 48a0f20b5..0882c9bbe 100644 --- a/testcases/kernel/mem/oom/oom03.c +++ b/testcases/kernel/mem/oom/oom03.c @@ -95,7 +95,7 @@ static void cleanup(void) static struct tst_test test = { .needs_root = 1, .forks_child = 1, - .timeout = -1, + .max_runtime = TST_UNLIMITED_RUNTIME, .setup = setup, .cleanup = cleanup, .test_all = verify_oom, diff --git a/testcases/kernel/mem/oom/oom04.c b/testcases/kernel/mem/oom/oom04.c index 6b65383a3..ad39f7e77 100644 --- a/testcases/kernel/mem/oom/oom04.c +++ b/testcases/kernel/mem/oom/oom04.c @@ -91,7 +91,7 @@ static void cleanup(void) static struct tst_test test = { .needs_root = 1, .forks_child = 1, - .timeout = -1, + .max_runtime = TST_UNLIMITED_RUNTIME, .setup = setup, .cleanup = cleanup, .test_all = verify_oom, diff --git a/testcases/kernel/mem/oom/oom05.c b/testcases/kernel/mem/oom/oom05.c index 91c9bec83..e31146e7a 100644 --- a/testcases/kernel/mem/oom/oom05.c +++ b/testcases/kernel/mem/oom/oom05.c @@ -113,7 +113,7 @@ void cleanup(void) static struct tst_test test = { .needs_root = 1, .forks_child = 1, - .timeout = -1, + .max_runtime = TST_UNLIMITED_RUNTIME, .setup = setup, .cleanup = cleanup, .test_all = verify_oom, diff --git a/testcases/kernel/mem/tunable/min_free_kbytes.c b/testcases/kernel/mem/tunable/min_free_kbytes.c index 09741eea3..eab6c8b2e 100644 --- a/testcases/kernel/mem/tunable/min_free_kbytes.c +++ b/testcases/kernel/mem/tunable/min_free_kbytes.c @@ -231,7 +231,7 @@ static void cleanup(void) static struct tst_test test = { .needs_root = 1, .forks_child = 1, - .timeout = -1, + .max_runtime = TST_UNLIMITED_RUNTIME, .setup = setup, .cleanup = cleanup, .test_all = min_free_kbytes_test,