test/eal: set memory channel config only in dedicated test
[dpdk.git] / app / test / autotest.py
index 46c469e..b42f488 100644 (file)
@@ -32,7 +32,7 @@ if len(sys.argv) > 3:
     else:
         test_whitelist = testlist
 
-cmdline = "%s -c f -n 4" % (sys.argv[1])
+cmdline = "%s -c f" % (sys.argv[1])
 
 print(cmdline)