From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david.marchand@redhat.com>
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 <david.marchand@redhat.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Apr 2019 14:32:53 -0000

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 <david.marchand@redhat.com>
---
 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',
-- 
1.8.3.1

From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 8C625A0679
	for <public@inbox.dpdk.org>; Mon, 29 Apr 2019 16:32:55 +0200 (CEST)
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 <david.marchand@redhat.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Content-Type: text/plain; charset="UTF-8"
Message-ID: <20190429143245.fXOU_2i8CF0WpKN-70kQowDJ14Y1eNPOWoZ18ANzqgQ@z>

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 <david.marchand@redhat.com>
---
 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',
-- 
1.8.3.1