]> git.droids-corp.org - dpdk.git/blobdiff - app/test/autotest_runner.py
app: only use one thread to run autotests
[dpdk.git] / app / test / autotest_runner.py
index 50e689fdd033dc145db0a19311bed55266a5c981..15935edd39bc5aa8dd33b6d2778776a199da4b8f 100644 (file)
@@ -340,7 +340,7 @@ class AutotestRunner:
                
                # create a pool of worker threads
                if not "baremetal" in self.target:
-                       pool = multiprocessing.Pool(processes=4)
+                       pool = multiprocessing.Pool(processes=1)
                else:
                        # we can't be sure running baremetal tests in parallel
                        # will work, so let's stay on the safe side