From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: [PATCH 3/7] app/test: remove pm_autotest Date: Mon, 18 Aug 2014 11:26:09 +0200 Message-ID: <1408353973-16663-4-git-send-email-david.marchand@6wind.com> References: <1408353973-16663-1-git-send-email-david.marchand@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1408353973-16663-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" This test is not linked to any code, remove it. It may be some leftover from 24f42575dfe2226f126546d0ca501cba9fbd6373. Signed-off-by: David Marchand --- app/test/autotest_data.py | 6 ------ app/test/commands.c | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index d0c55c8..878c72e 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -340,12 +340,6 @@ parallel_test_group_list = [ "Func" : default_autotest, "Report" : None, }, - { - "Name" : "Pattern match autotest", - "Command" : "pm_autotest", - "Func" : default_autotest, - "Report" : None, - }, { "Name" :"Sched autotest", "Command" : "sched_autotest", diff --git a/app/test/commands.c b/app/test/commands.c index 5f23420..4a0cc05 100644 --- a/app/test/commands.c +++ b/app/test/commands.c @@ -238,7 +238,7 @@ cmdline_parse_token_string_t cmd_autotest_autotest = "memcpy_perf_autotest#ring_perf_autotest#" "red_autotest#meter_autotest#sched_autotest#" "memcpy_perf_autotest#kni_autotest#" - "pm_autotest#ivshmem_autotest#" + "ivshmem_autotest#" "devargs_autotest#table_autotest#" #ifdef RTE_LIBRTE_ACL "acl_autotest#" -- 1.7.10.4