From patchwork Mon Apr 29 14:32:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 53151 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 39E3F4F91; Mon, 29 Apr 2019 16:32:54 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 3D1064C90; Mon, 29 Apr 2019 16:32:53 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8D760821D9; Mon, 29 Apr 2019 14:32:52 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.205.3]) by smtp.corp.redhat.com (Postfix) with ESMTP id E79EA6E713; Mon, 29 Apr 2019 14:32:50 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, aconole@redhat.com, gaetan.rivet@6wind.com, stable@dpdk.org Date: Mon, 29 Apr 2019 16:32:45 +0200 Message-Id: <1556548365-22148-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Mon, 29 Apr 2019 14:32:52 +0000 (UTC) Subject: [dpdk-dev] [PATCH] test: clean remaining trace of removed devargs ut X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" This test has been removed by the commit 83945fbd7c49 ("test: remove devargs unit tests") which left some trace in meson and reintroduced in autotest by the second commit 9eabcb682493 ("test: update autotest list"). Fixes: 83945fbd7c49 ("test: remove devargs unit tests") Fixes: 9eabcb682493 ("test: update autotest list") Cc: stable@dpdk.org Signed-off-by: David Marchand Acked-by: Gaetan Rivet --- app/test/autotest_data.py | 6 ------ app/test/meson.build | 1 - 2 files changed, 7 deletions(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 72c56e5..c9c39d0 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -303,12 +303,6 @@ "Report": None, }, { - "Name": "Devargs autotest", - "Command": "devargs_autotest", - "Func": default_autotest, - "Report": None, - }, - { "Name": "Link bonding autotest", "Command": "link_bonding_autotest", "Func": default_autotest, diff --git a/app/test/meson.build b/app/test/meson.build index 80cdea5..a56f60b 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -196,7 +196,6 @@ fast_non_parallel_test_names = [ 'cryptodev_openssl_asym_autotest', 'cryptodev_sw_mvsam_autotest', 'delay_us_sleep_autotest', - 'devargs_autotest', 'distributor_autotest', 'eventdev_common_autotest', 'eventdev_octeontx_autotest',