From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8FB58460C1; Mon, 20 Jan 2025 11:00:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13C5A40653; Mon, 20 Jan 2025 11:00:59 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id C0F2E4027A for ; Mon, 20 Jan 2025 11:00:56 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 608CD1063; Mon, 20 Jan 2025 02:01:24 -0800 (PST) Received: from [10.1.32.15] (JR4XG4HTQC.cambridge.arm.com [10.1.32.15]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DFC6F3F66E; Mon, 20 Jan 2025 02:00:54 -0800 (PST) Message-ID: Date: Mon, 20 Jan 2025 10:00:53 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 7/7] dts: run all test suites by default Content-Language: en-GB To: Dean Marx Cc: dev@dpdk.org, Nicholas Pratte , Paul Szczepanek , Patrick Robb References: <20240705171341.23894-2-npratte@iol.unh.edu> <20250115141809.3898708-1-luca.vizzarro@arm.com> <20250115141809.3898708-8-luca.vizzarro@arm.com> From: Luca Vizzarro In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 16/01/2025 21:01, Dean Marx wrote: > Looks good, would it be worth mentioning in the comment above the > test_suites field that removing it will default to running all suites? > Otherwise I'm not sure how a user would know this without digging > through the docs or framework. > > i.e.: # the following test suites will be run in their entirety. If > removed, all test suites will be run. > test_suites: etc. Good point, thanks. Will add it. And thank you for the reviews!