From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 415D5C4332F for ; Tue, 20 Dec 2022 14:22:53 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id E06423C217C for ; Tue, 20 Dec 2022 15:22:50 +0100 (CET) Received: from in-6.smtp.seeweb.it (in-6.smtp.seeweb.it [217.194.8.6]) (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 AF9D33C1769 for ; Tue, 20 Dec 2022 15:22:41 +0100 (CET) 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-6.smtp.seeweb.it (Postfix) with ESMTPS id 3FCE7140074D for ; Tue, 20 Dec 2022 15:22:40 +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-out2.suse.de (Postfix) with ESMTPS id 7178B7634A; Tue, 20 Dec 2022 14:22:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1671546160; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zT1TtLrjc3KqK5JoVUGTRC2s/oG7JDbfJVbd6AWo5c4=; b=WvCPZkdZBt3baclFT8kMHmZ5/jZfURFC+tTZtqrMIDgxWIxZUpIAP6i2VHcAANanBawh3B HenlZcN4hC4W7gmM5YzFUKsO+ysccZ4RNI9WBlL7FbBnAyDNFWu6izgjbOD6aNs1dpo1hS FSktTanjNQ72PUvct8jqKb3hb+qFfO8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1671546160; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zT1TtLrjc3KqK5JoVUGTRC2s/oG7JDbfJVbd6AWo5c4=; b=lS2IR+12GUS34mbjSEdMveeg85gtQsvZLmEIahmV9RpMnpnmTySfTStDruztd2xrv6YkvL 6Pv6z7SBj8I0S4AQ== 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 3EC391390E; Tue, 20 Dec 2022 14:22:40 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Mg+nDTDFoWNILgAAMHmgww (envelope-from ); Tue, 20 Dec 2022 14:22:40 +0000 Date: Tue, 20 Dec 2022 15:22:38 +0100 From: Petr Vorel To: Andrea Cervesato Message-ID: References: <20221220124351.5001-1-andrea.cervesato@suse.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221220124351.5001-1-andrea.cervesato@suse.com> X-Virus-Scanned: clamav-milter 0.102.4 at in-6.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH v2] Add runltp-ng to upstream 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: , Reply-To: Petr Vorel Cc: ltp@lists.linux.it Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Hi all, > runltp-ng is the next generation runner for Linux Testing Project and it > will replace the current obsolete runltp script in the next future. changes v1->v2 * repository moved to LTP github namespace > Signed-off-by: Andrea Cervesato > --- > .gitmodules | 3 +++ > tools/runltp-ng | 1 + > 2 files changed, 4 insertions(+) > create mode 160000 tools/runltp-ng > diff --git a/.gitmodules b/.gitmodules > index a3c34af4b..810eac395 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -4,3 +4,6 @@ > [submodule "tools/sparse/sparse-src"] > path = tools/sparse/sparse-src > url = git://git.kernel.org/pub/scm/devel/sparse/sparse.git > +[submodule "tools/runltp-ng"] > + path = tools/runltp-ng > + url = git@github.com:linux-test-project/runltp-ng.git Wouldn't be better to use https ? - url = git@github.com:linux-test-project/runltp-ng.git + url = https://github.com/linux-test-project/runltp-ng.git Or are there problems with certificates? If agree on https, we of course should migrate other Otherwise LGTM Acked-by: Petr Vorel Kind regards, Petr > diff --git a/tools/runltp-ng b/tools/runltp-ng > new file mode 160000 > index 000000000..af20a864e > --- /dev/null > +++ b/tools/runltp-ng > @@ -0,0 +1 @@ > +Subproject commit af20a864ec01674ce4f5a21d3308dc3a76da9303 -- Mailing list info: https://lists.linux.it/listinfo/ltp