From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [PATCH] selftests: net: move fragment forwarding/config up a level Date: Tue, 21 Aug 2018 21:56:25 +0300 Message-ID: <20180821185625.GB27078@splinter> References: <20180821161212.5750-1-anders.roxell@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, shuah@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org To: Anders Roxell Return-path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:47031 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726627AbeHUWRt (ORCPT ); Tue, 21 Aug 2018 18:17:49 -0400 Content-Disposition: inline In-Reply-To: <20180821161212.5750-1-anders.roxell@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Aug 21, 2018 at 06:12:12PM +0200, Anders Roxell wrote: > 'make kselftest-merge' assumes that the config files for the tests are > located under the 'main' tet dir, like tools/testing/selftests/net/ and > not in a subdir to net. The tests under tools/testing/selftests/net/forwarding/ aren't executed as part of the Makefile. The config file is there mainly so that people will know which config options they need in order to run the tests. The tests can be added to the Makefile, but some of them take a few minutes to complete which is probably against "Don't take too long;" mentioned in Documentation/dev-tools/kselftest.rst.