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 CC902A0C4C; Tue, 5 Oct 2021 15:09:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 79FE84136F; Tue, 5 Oct 2021 15:09:03 +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 ACCBE4135E for ; Tue, 5 Oct 2021 15:09:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633439341; 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; bh=/Fj824nacVank+ofFwOhrEygOvZMoMByFxtA9gXTWXg=; b=L8tAZLPHCslgE3XSpNBzhelBGnMEDqmS9a12qbRe+OtYDkrEHrOAcGf+C498bSA8OmOtmO OS+S6wUpnX5Z8annEK+y1pCLLTHNGe/OXWl3qbf6IJ3J/9tl36r2uH4/+EWtO3VeN+U+Lq GmAyI+LIrqlNaovJV3geEehH+9AEbOM= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-196-gBJ-wNrRMtKFqo1PizYoAA-1; Tue, 05 Oct 2021 09:08:59 -0400 X-MC-Unique: gBJ-wNrRMtKFqo1PizYoAA-1 Received: by mail-lf1-f70.google.com with SMTP id r14-20020ac25c0e000000b003fc149ed50eso16836789lfp.11 for ; Tue, 05 Oct 2021 06:08:59 -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:from:date:message-id:subject:to:cc; bh=/Fj824nacVank+ofFwOhrEygOvZMoMByFxtA9gXTWXg=; b=yBKzTY/RhMcR/UxWnIGJZn1tlqiYaV3fZMc5Tx+EvJvFvBJbXAZfMoettimyvQwONk HkE4rOq2BHmG+0Q3i/NJsO3/Wdy8yXU7aHZyUpX/m4uCdntzcclXO8aWjYzzj/9aUL05 TII9jgPgyzT44r3KI2THEUMZLWJ9VKrR+8YGNzG4oUmdvt1lQSQ0vfhXLfbVehDa4YMy IVtGdoD0xDudR+nmNw7iCLv4blX7Kqj8bnmGcs/tGqAMupAdlt7kJorbkVKM2wwvCYkR kVijwlul3NZ+U3FBQNZuyufNQeaCGlwe2CTYw3oiB9f+30zqT226qSmeOeJ1JtF9cndG xqtw== X-Gm-Message-State: AOAM532AhnKIRbG8g3niDJ7RkdxsO+8wKhKftsAaDdTGIYH6DOSlQVJA cB5sn2RqxQ+eyFzUZ2E3wAgzmDiXht8lr50A8BOdUn/sQz9BWNg/+7p51nnbTI3pBBkUGs7MfhB dOqBxaR1kZT0YFDXdoEI= X-Received: by 2002:a2e:91d4:: with SMTP id u20mr21989753ljg.81.1633439337837; Tue, 05 Oct 2021 06:08:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwxHkyZBdtcL9WeXl6BwWKmk5cupQ8Ty6eLrcisn8NxYW41brZaIndyRALdR4CwiXKg3jwDkaiBYtC/feYGIv4= X-Received: by 2002:a2e:91d4:: with SMTP id u20mr21989739ljg.81.1633439337671; Tue, 05 Oct 2021 06:08:57 -0700 (PDT) MIME-Version: 1.0 From: David Marchand Date: Tue, 5 Oct 2021 15:08:46 +0200 Message-ID: To: "Chen, Zhaoyan" , Lincoln Lavoie , Ali Alnubani , Aaron Conole , ci@dpdk.org Cc: dev , Thomas Monjalon , "Yigit, Ferruh" 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: [dpdk-dev] Should we keep autotest.py ? 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" Looking at how to add an autotest, I came upon autotest_data.py used by autotest.py which has been in DPDK for a long time. >From what I see, DTS directly calls the test binary. The public CI relies on meson to invoke unit tests. Is the autotest.py script still used in some CI or can we remove it? -- David Marchand