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 48039A0C4D for ; Tue, 12 Oct 2021 20:51:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 410CD410F0; Tue, 12 Oct 2021 20:51:27 +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 5DCC04003C for ; Tue, 12 Oct 2021 20:51:25 +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-88--JFHR57xPdmuG6LQqqg63g-1; Tue, 12 Oct 2021 14:51:23 -0400 X-MC-Unique: -JFHR57xPdmuG6LQqqg63g-1 Received: by mail-io1-f71.google.com with SMTP id j7-20020a0566022cc700b005d65f61a95fso11371iow.9 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=zd6rTxVM1wk8r3YhEM4lKTO6UAhUfCq0ukcTPp6Kti8v+Z4pi60yf0Oi/pMdWct9nX I4GR6dA15p0yKHvfpUZrji9bzfpB3Mj5jzIlJYHugEiBK0WCs7pHL+0QHNNjL9IwA58v DSU4Vuhfh2wGfyirlD+bDGkPN/TEXUBSI+mrD8G6KC/SEKBw/UsIOzSkliCOBO4/DbbE YbkQwes+QBCTFy7V035ytC7aVT2YFaQIuRs+m3Rd0sgVyCoQjWeQpdEtHSLFmZxqlWfv fgbFNCTpyDDfkUTNZpL+T7OzDj4fMDYi7eT8VnVxRcGR0j3T7f9gIVM/Xk56YnBbD9Vw f0iw== X-Gm-Message-State: AOAM530wPI1GUz5a47j9Sdw8ba7X4oONlngjTGts5w+NCdiAJaHXAtpq SFKig4ZZJFIUxPUetWXTQ1wxIPJtisSaaMGfX5vIFtDNnrx9xByBE1zEUW6XZ9CUOI+/51Za+6W 0V94UYl32p/9sEkPzsA== X-Received: by 2002:a02:ccf1:: with SMTP id l17mr10152352jaq.131.1634064682561; 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-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 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