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 6AB85A0C4C; Tue, 12 Oct 2021 20:51:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 54B11410DC; Tue, 12 Oct 2021 20:51:26 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id D262F4003C for ; Tue, 12 Oct 2021 20:51:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634064684; 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=DDqfpqQklfu/zErfTPYnGmBkD0bt/D9x7b4zPYeDfAY=; b=DrRLMA3N9cxMoMoG7MAAc6x88Q3pUgNswpbEViuJORB+J8KM6OADWz5SRj4jYmm/eVj507 vpALCDvzbe+/wk+oKZCrXlnt83PXCTdPV+w1xMinVP0LuVNpenpD6ZnCKqmPtxgbjfgZOT G7XtGVHA9KBxceEzNjPLNP00TbUXFPg= Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-67-nT37lobYNIie3oR4jn6lOQ-1; Tue, 12 Oct 2021 14:51:23 -0400 X-MC-Unique: nT37lobYNIie3oR4jn6lOQ-1 Received: by mail-io1-f71.google.com with SMTP id y9-20020a5e8349000000b005ddb44e9eb8so3661239iom.19 for ; Tue, 12 Oct 2021 11:51:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DDqfpqQklfu/zErfTPYnGmBkD0bt/D9x7b4zPYeDfAY=; b=EjbvceC86plohlX7Ru4317AtA9FkZkiq97BbMsZirYY9jEKLNwaErrPKXBRpkJUP/e v6o5OpKj6BrkJib+JHmK0/L9xPFSw79w0+MVtr2bAGqIlvlbm/4fcSpREyVl7QqI9nhZ WyjM+NglbNXuHqCVZOfk2kCcLFslROj0wF61HJPzz4tZHdrQ1ONekEPiQYSlRpsRVk+Y 4Gjl6e1cI9Ck6Bp50VdBg2tYK9mQJMVMGzgPSriGMOheRYj7m4ymrL/1EuDixoAmOQxA GBiVST2fZt7Ype9cZsw+auvGxG+h/bIX39JqCEv2XypxFCrpRCk7caAv2HjbVExf+zuc Lu3w== X-Gm-Message-State: AOAM533O2GnO0DLbshuTKAhMfXjkdBb5uSLEktEXip2aTsCeilhnkv+A ccjBZwjIimvm5oLE0ERxCoHDZDs6h+8/hhV8vexl+JnCWGicKF8l/HVK2EgLOdxO/8P0Eq2E3pW QUI+GTUqjGLmA9hqRkms= X-Received: by 2002:a02:ccf1:: with SMTP id l17mr10152354jaq.131.1634064682563; Tue, 12 Oct 2021 11:51:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzTRkpB0merx+uTHgeFl8KbZw6cn9gznVF3MZMC13Ng9bxD7wWJtVwCMxqnezBWO7/TQ3ANz9cdk+hQkCJ3hWc= X-Received: by 2002:a02:ccf1:: with SMTP id l17mr10152335jaq.131.1634064682429; Tue, 12 Oct 2021 11:51:22 -0700 (PDT) MIME-Version: 1.0 References: <20211008122437.19907-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 12 Oct 2021 20:51:11 +0200 Message-ID: To: David Marchand Cc: dev , ci@dpdk.org, "Chen, Zhaoyan" , Lincoln Lavoie , Ali Alnubani , Thomas Monjalon , "Yigit, Ferruh" , Bruce Richardson , "Mcnamara, John" , Aaron Conole Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] test: remove autotest python wrapper 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 Sender: "dev" On Mon, Oct 11, 2021 at 3:11 PM Aaron Conole 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 > Acked-by: Aaron Conole Applied, thanks. -- David Marchand