From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ci-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id B0217A034F
	for <public@inbox.dpdk.org>; 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 <bruce.richardson@intel.com>
To: David Marchand <david.marchand@redhat.com>
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: <YWBKxHcuPMTrAu7Z@bricha3-MOBL.ger.corp.intel.com>
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 <ci.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/ci>,
 <mailto:ci-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/ci/>
List-Post: <mailto:ci@dpdk.org>
List-Help: <mailto:ci-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/ci>,
 <mailto:ci-request@dpdk.org?subject=subscribe>
Errors-To: ci-bounces@dpdk.org
Sender: "ci" <ci-bounces@dpdk.org>

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 <david.marchand@redhat.com>

Acked-by: Bruce Richardson <bruce.richardson@intel.com>