[dpdk-dev,3/7] app/test: remove pm_autotest
Commit Message
This test is not linked to any code, remove it.
It may be some leftover from 24f42575dfe2226f126546d0ca501cba9fbd6373.
Signed-off-by: David Marchand <david.marchand@6wind.com>
---
app/test/autotest_data.py | 6 ------
app/test/commands.c | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
@@ -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",
@@ -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#"