test: clean remaining trace of devargs autotest
authorDavid Marchand <david.marchand@redhat.com>
Mon, 29 Apr 2019 14:32:45 +0000 (16:32 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 4 May 2019 20:55:27 +0000 (22:55 +0200)
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>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
app/test/autotest_data.py
app/test/meson.build

index fba6604..0f2c9a7 100644 (file)
@@ -302,12 +302,6 @@ parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
-    {
-        "Name":    "Devargs autotest",
-        "Command": "devargs_autotest",
-        "Func":    default_autotest,
-        "Report":  None,
-    },
     {
         "Name":    "Link bonding autotest",
         "Command": "link_bonding_autotest",
index 4e8077c..83391ce 100644 (file)
@@ -200,7 +200,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',