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 1F72B45C79; Mon, 4 Nov 2024 18:49:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E9F2F4028F; Mon, 4 Nov 2024 18:49:24 +0100 (CET) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mails.dpdk.org (Postfix) with ESMTP id 5112140281 for ; Mon, 4 Nov 2024 18:49:23 +0100 (CET) Received: by mail-lf1-f48.google.com with SMTP id 2adb3069b0e04-539d9bfc5d1so600022e87.0 for ; Mon, 04 Nov 2024 09:49:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1730742563; x=1731347363; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=lkyqchP2pRcR9K86A7b/DmS9nmG35yQRTwIRpDZV8Uw=; b=QtRjEmzCSkImW1wY+2d2bfsrurXhk1qzZFLkFkIMYVRIGqAo9fMfrR+/nozAA0cAvr 0NwsXui3aZnstqoWhDDwZ+E2zlAzLVa26y5bwAgFo85X0uH8zf5JkM31xCH/8eMr94/2 r69YG69gKi4A0wilysbsJSk+Rc5UaUPYMoAZc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730742563; x=1731347363; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lkyqchP2pRcR9K86A7b/DmS9nmG35yQRTwIRpDZV8Uw=; b=pLfa6jbW5W2bJUcelxCbDzykCmTt9PwUvW7tdrxURbn+Y6NEotC1deJPu2iVurnf2C eymqyOV5B4sAA8pIicHGO80zXEWbvIyhDLjbKCH947ecVVoj6h+cCpBfRFxg6FZDog44 k5Mb0u86TJItSlLzW02M6dg7dYz5KecwUSIweSeRxW4mIu8EJWeRAN5oZdIQwcEFWNAZ eDWPxlngLiv8EkRe6UWJStCQVEtfNh5q4fqud6Rmxr4kcP9EkZQtcO9uJ2udNcKqqTmu 8X7NZHPFc5XSqdhtNZGOI3BCyeKmHxSAIXfDc30nBwN0n+Xi5rTyiirgBGeDfmwePzCt nxig== X-Gm-Message-State: AOJu0YzYdIWUbh/OBN77E5JFve7gjR2kR3Mq9HKOJR8IqaSUQLdzHkT0 Q4FotINjeuCh186Ntq7OfOxK9IkylPnK47Z/TEnKcq64MYllmNZuRnE6iaI9AhEVPAACDcwh6U4 hlvNO4Pg1ow5KbpCNqKF2MiKVuqUHYYFGyscdaA== X-Google-Smtp-Source: AGHT+IHwtIt0LaV8VdNsCyyfTVEpnIcDW6312FrrF67tEBg2+F8ebgKjQwJIu2X12wpLtqwVNncFnb8a1ZyunvMr+z0= X-Received: by 2002:a05:6512:4008:b0:539:fbba:db79 with SMTP id 2adb3069b0e04-53b34a266c7mr4837520e87.9.1730742562630; Mon, 04 Nov 2024 09:49:22 -0800 (PST) MIME-Version: 1.0 References: <20240822163941.1390326-1-luca.vizzarro@arm.com> <20240822163941.1390326-5-luca.vizzarro@arm.com> <71e85b15-b277-4d97-a875-74ab36c11eef@arm.com> In-Reply-To: <71e85b15-b277-4d97-a875-74ab36c11eef@arm.com> From: Nicholas Pratte Date: Mon, 4 Nov 2024 12:49:11 -0500 Message-ID: Subject: Re: [PATCH 4/5] dts: use TestSuiteSpec class imports To: Luca Vizzarro Cc: dev@dpdk.org, Honnappa Nagarahalli , =?UTF-8?Q?Juraj_Linke=C5=A1?= , Paul Szczepanek Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Noted, I appreciate the insight! On Tue, Oct 29, 2024 at 8:56=E2=80=AFAM Luca Vizzarro wrote: > > On 01/10/2024 21:45, Nicholas Pratte wrote: > > The code you have here makes sense, and I like the implementation as > > it removes a lot of fluff in DTSRunner. I know Jurja mentioned in an > > earlier patch in this series that this functionality intersects with > > the capabilities series, but I'm missing a lot of context to > > understand that fully. Maybe you could provide some insight? I'll make > > sure to analyse this deeper in my own time as well. Beyond that: > > Most of the intersection comes from the fact that this series adds auto > discovery of test suites and test cases, therefore treating the test > cases as objects with labels for processing and filtering. > > In his capability patches Juraj also needed to turn test cases into > objects to add runtime metadata to them, such as required capabilities.