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 B0217A034F for ; Fri, 8 Oct 2021 15:42:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB9094068E; Fri, 8 Oct 2021 15:42:36 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 555F940685; Fri, 8 Oct 2021 15:42:35 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10130"; a="226795636" X-IronPort-AV: E=Sophos;i="5.85,357,1624345200"; d="scan'208";a="226795636" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2021 06:42:34 -0700 X-IronPort-AV: E=Sophos;i="5.85,357,1624345200"; d="scan'208";a="439936161" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.21.2]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 08 Oct 2021 06:42:31 -0700 Date: Fri, 8 Oct 2021 14:42:28 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, ci@dpdk.org, zhaoyan.chen@intel.com, lylavoie@iol.unh.edu, alialnu@nvidia.com, aconole@redhat.com, thomas@monjalon.net, ferruh.yigit@intel.com, john.mcnamara@intel.com Message-ID: References: <20211008122437.19907-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211008122437.19907-1-david.marchand@redhat.com> Subject: Re: [dpdk-ci] [PATCH] test: remove autotest python wrapper X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" On Fri, Oct 08, 2021 at 02:24:37PM +0200, David Marchand wrote: > This tool was used in the past to execute unit tests with make. > Meson has its own list of unit test, and its own way of calling them. > > Since the switch to meson only builds, there is nothing depending on the > script in DPDK itself. > No CI seems to call it, time to put it to rest. > > Signed-off-by: David Marchand Acked-by: Bruce Richardson