X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fcommands.c;h=c9dc0850a78aea060e438ddc29eac38708039276;hb=281543f05dbebabf536a4bc8e75b51b59c62da2e;hp=016410d55ba06845e974e3c25a9922fdbd6ea94c;hpb=c3eabff124e60dba684846b37d05ee31edc11e4b;p=dpdk.git diff --git a/app/test/commands.c b/app/test/commands.c index 016410d55b..c9dc0850a7 100644 --- a/app/test/commands.c +++ b/app/test/commands.c @@ -151,6 +151,8 @@ static void cmd_autotest_parsed(void *parsed_result, ret = test_cycles(); if (!strcmp(res->autotest, "ring_autotest")) ret = test_ring(); + if (!strcmp(res->autotest, "table_autotest")) + ret = test_table(); if (!strcmp(res->autotest, "ring_perf_autotest")) ret = test_ring_perf(); if (!strcmp(res->autotest, "timer_autotest")) @@ -230,7 +232,7 @@ cmdline_parse_token_string_t cmd_autotest_autotest = "red_autotest#meter_autotest#sched_autotest#" "memcpy_perf_autotest#kni_autotest#" "pm_autotest#ivshmem_autotest#" - "devargs_autotest#" + "devargs_autotest#table_autotest#" #ifdef RTE_LIBRTE_ACL "acl_autotest#" #endif