From: David Marchand Date: Mon, 29 Apr 2019 14:32:45 +0000 (+0200) Subject: test: clean remaining trace of devargs autotest X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b02faebcb6344ea2f32369714d8a921803511e61;p=dpdk.git test: clean remaining trace of devargs autotest 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 --- diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index fba66045f7..0f2c9a7464 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -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", diff --git a/app/test/meson.build b/app/test/meson.build index 4e8077cd29..83391cef04 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -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',