Re: [PATCH v3 01/10] test/bbdev: fix python script subprocess

2023-11-09 Thread Maxime Coquelin
On 11/4/23 00:34, Nicolas Chautru wrote: From: Hernan Vargas test-bbdev.py relying on non-recommended subprocess Popen. This can lead to instabilities where the process cannot be stopped with a sig TERM. Use subprocess run with proper timeout argument. Fixes: f714a18885a6 ("app/testbbdev: a

[PATCH v3 01/10] test/bbdev: fix python script subprocess

2023-11-03 Thread Nicolas Chautru
From: Hernan Vargas test-bbdev.py relying on non-recommended subprocess Popen. This can lead to instabilities where the process cannot be stopped with a sig TERM. Use subprocess run with proper timeout argument. Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: sta...@dpd