app/test: remove pm_autotest

This test is not linked to any code, remove it.
It may be some leftover from 24f42575df.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
David Marchand 2014-08-18 13:29:21 +02:00 committed by Thomas Monjalon
parent 74f13ebb91
commit 3c9ea200e8
2 changed files with 1 additions and 7 deletions

View File

@ -339,12 +339,6 @@ def all_sockets(num):
"Command" : "acl_autotest",
"Func" : default_autotest,
"Report" : None,
},
{
"Name" : "Pattern match autotest",
"Command" : "pm_autotest",
"Func" : default_autotest,
"Report" : None,
},
{
"Name" :"Sched autotest",

View File

@ -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#"