From patchwork Thu Jan 19 11:18:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Cervesato X-Patchwork-Id: 1728765 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.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=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=suse.com header.i=@suse.com header.a=rsa-sha256 header.s=susede1 header.b=c1kWlQIo; dkim-atps=neutral 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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NyKtt42HLz23gM for ; Thu, 19 Jan 2023 22:20:52 +1100 (AEDT) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 4ED563CC843 for ; Thu, 19 Jan 2023 12:20:49 +0100 (CET) X-Original-To: ltp@lists.linux.it Delivered-To: ltp@picard.linux.it Received: from in-4.smtp.seeweb.it (in-4.smtp.seeweb.it [IPv6:2001:4b78:1:20::4]) (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 BC4313CC825 for ; Thu, 19 Jan 2023 12:20:47 +0100 (CET) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (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-4.smtp.seeweb.it (Postfix) with ESMTPS id 0294F1000F29 for ; Thu, 19 Jan 2023 12:20:46 +0100 (CET) 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-out1.suse.de (Postfix) with ESMTPS id BBF40378D8; Thu, 19 Jan 2023 11:20:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1674127245; 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; bh=ZZR3DLD2UB3G9DEKJdvh/ftjhVBh+nC6tYtKWW0yArc=; b=c1kWlQIoJSU3bfgXUvWAoUJJmVy9tlAtPqZ0AdBERV0y57GQu/waDnN2VWjnZ7lb10ehgb 7QON4VP0PBQ4IJsq7leaL8o+ku++5qATKM99TaGSLKXJKf+oTyaBCNnvd1/NNwsvpfjGYe ZXxzk47fo+fhyT86CwxZ/1rILrdheRs= 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 7FDB7134F5; Thu, 19 Jan 2023 11:20:45 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id xmBZHI0nyWMPOgAAMHmgww (envelope-from ); Thu, 19 Jan 2023 11:20:45 +0000 To: ltp@lists.linux.it Date: Thu, 19 Jan 2023 12:18:54 +0100 Message-Id: <20230119111854.13844-1-andrea.cervesato@suse.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-4.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 autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on in-4.smtp.seeweb.it Subject: [LTP] [PATCH v1] tools/runltp-ng: Updated to increase stability 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: , X-Patchwork-Original-From: Andrea Cervesato via ltp From: Andrea Cervesato Reply-To: Andrea Cervesato Errors-To: ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it Sender: "ltp" Update submodule to e842511 (Cleanup session module). Include commits: e842511 ("Cleanup session module") 75c97e8 ("Inject env variables inside SUT via option") 4ad85fb ("Kill qemu properly if communication fails") 99f7e92 ("Stabilize SUT reboot during tests execution") Signed-off-by: Andrea Cervesato Reviewed-by: Petr Vorel Reviewed-by: Cyril Hrubis Tested-by: Cyril Hrubis --- tools/runltp-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/runltp-ng b/tools/runltp-ng index 99f7e92a6..e842511ed 160000 --- a/tools/runltp-ng +++ b/tools/runltp-ng @@ -1 +1 @@ -Subproject commit 99f7e92a6c617223039c7aa2f07f4bef9f1e4486 +Subproject commit e842511ed2c680e3b2ea6dec790913a41d5ed937