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 5BC0BA034F for ; Mon, 11 Oct 2021 15:11:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 532ED40E01; Mon, 11 Oct 2021 15:11:19 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 75C6540150 for ; Mon, 11 Oct 2021 15:11:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633957876; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2uBFAvOaAIBTrUSO0+ezpt8zhKq4wp4VeT1skzrQY9E=; b=PhWZ1rTk2My4CCp28OpKOc1ljPUBNxSkuh5/xS512DCu23WK3mqxVjZNcN1Ca+WHiJE8xY mVNkbNpx8HeFCrUXjqjIa7eiwKMef5vbxESG2cKsne0795ltGOob1cBxKNxpOqIChjjnwh 2GHg38sGRK/xEqUphho/+vNaoQ0D7BA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-466-AVL63N2NNA2yIyglAUrZEw-1; Mon, 11 Oct 2021 09:11:13 -0400 X-MC-Unique: AVL63N2NNA2yIyglAUrZEw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 826F510CF87C; Mon, 11 Oct 2021 13:10:46 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.32.186]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 169636CA50; Mon, 11 Oct 2021 13:10:43 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, ci@dpdk.org, zhaoyan.chen@intel.com, lylavoie@iol.unh.edu, alialnu@nvidia.com, thomas@monjalon.net, ferruh.yigit@intel.com, bruce.richardson@intel.com, john.mcnamara@intel.com References: <20211008122437.19907-1-david.marchand@redhat.com> Date: Mon, 11 Oct 2021 09:10:43 -0400 In-Reply-To: <20211008122437.19907-1-david.marchand@redhat.com> (David Marchand's message of "Fri, 8 Oct 2021 14:24:37 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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" David Marchand writes: > 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: Aaron Conole