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 BE5FC4608F; Wed, 15 Jan 2025 11:18:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 749CE4025F; Wed, 15 Jan 2025 11:18:02 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 94A674003C for ; Wed, 15 Jan 2025 11:18:01 +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 5BF6A12FC; Wed, 15 Jan 2025 02:18:29 -0800 (PST) Received: from [10.1.39.16] (JR4XG4HTQC.cambridge.arm.com [10.1.39.16]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EEF8D3F51B; Wed, 15 Jan 2025 02:17:59 -0800 (PST) Message-ID: <977b0f3a-daf8-490b-a731-824cd9ef03e1@arm.com> Date: Wed, 15 Jan 2025 10:17:58 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v5] dts: reform hello world test suite Content-Language: en-GB To: Dean Marx , probb@iol.unh.edu, npratte@iol.unh.edu, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com Cc: dev@dpdk.org References: <20250107213434.31595-1-dmarx@iol.unh.edu> <20250110192855.21941-1-dmarx@iol.unh.edu> From: Luca Vizzarro In-Reply-To: <20250110192855.21941-1-dmarx@iol.unh.edu> 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 Sorry for the late reply Dean. This is a bit redundant in my opinion, there is no reason not to give full access to the test suite's own logger. I'd just change TestSuite._logger into TestSuite.logger to indicate that it's a public member, and do what you initially did.