]> git.droids-corp.org - dpdk.git/blobdiff - app/test/commands.c
app/test: remove pattern matching test
[dpdk.git] / app / test / commands.c
index f746c611f501bd53ea74ebe21cb34c4e9efa89fa..4b980186ba79550063568024d042ec3ed5b6a528 100755 (executable)
@@ -176,8 +176,6 @@ static void cmd_autotest_parsed(void *parsed_result,
                ret |= test_meter();
        if (all || !strcmp(res->autotest, "kni_autotest"))
                ret |= test_kni();
-       if (all || !strcmp(res->autotest, "pm_autotest"))
-               ret |= test_pmac_pm();
        if (all || !strcmp(res->autotest, "acl_autotest"))
                ret |= test_pmac_acl();
        if (all || !strcmp(res->autotest, "power_autotest"))