From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 942072569 for ; Mon, 31 Jul 2023 07:54:40 +0000 (UTC) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D09F3130; Mon, 31 Jul 2023 00:54:38 -0700 (PDT) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 8BA8E5C0151; Mon, 31 Jul 2023 03:54:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Mon, 31 Jul 2023 03:54:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1690790076; x=1690876476; bh=f9a19zDZjNcON kGSvwU/ccXQLcnN68H9kNz0ct684aA=; b=hLe35k/inq0uQdO95iOPCxw3eXbRG yULIl/EghzQVtjJrVpclC1BZhGosK5qI77Nh3bNro+9Q73oFfTdDOmXVMfY3PCbS 58rzyRJxBVb4Y9RVOA7u6whWYali4+YZuN7HsZ/ZN214jp0dzVGVMvW9TSEPs6Qf 9Vt+XOJHfNbYQAM9sVtLAqT6qazv9GkR5WP2FTvBc8XqJsG9P1G+N7BocHCiLqFV u28Rj/rbfxuwQ7jNoTzVZ4bUfizKywmYcxJvvhEBP1Bl/o4yxtVJjWdMtojKkxEh ePKWY7n0TRPD8sx83Xa02lXSDGU6vMqC7nO9Lz9UrvSJOTDtAnQOOyjgg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrjedvgdduvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepkfguohcu ufgthhhimhhmvghluceoihguohhstghhsehiughoshgthhdrohhrgheqnecuggftrfgrth htvghrnhepvddufeevkeehueegfedtvdevfefgudeifeduieefgfelkeehgeelgeejjeeg gefhnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepih guohhstghhsehiughoshgthhdrohhrgh X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 31 Jul 2023 03:54:35 -0400 (EDT) Date: Mon, 31 Jul 2023 10:54:33 +0300 From: Ido Schimmel To: Mirsad Todorovac Cc: petrm@nvidia.com, razor@blackwall.org, Ido Schimmel , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shuah Khan Subject: Re: [PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout Message-ID: References: <20230722003609.380549-1-mirsad.todorovac@alu.unizg.hr> <0550924e-dce9-f90d-df8a-db810fd2499f@alu.unizg.hr> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Thanks for testing. On Sun, Jul 30, 2023 at 06:48:04PM +0200, Mirsad Todorovac wrote: > not ok 26 selftests: net/forwarding: ip6_forward_instats_vrf.sh # exit=1 Regarding this one, in the log I don't see the require_command() that I added in "selftests: forwarding: Set default IPv6 traceroute utility". Also, at line 470 I see "ip vrf exec vveth0 2001:1:2::2" which is another indication that you don't have the patch.