On 11/4/23 00:34, Nicolas Chautru wrote:
From: Hernan Vargas <[email protected]>

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: [email protected]

Signed-off-by: Hernan Vargas <[email protected]>
---
  app/test-bbdev/test-bbdev.py | 29 +++++++++++++----------------
  1 file changed, 13 insertions(+), 16 deletions(-)

Reviewed-by: Maxime Coquelin <[email protected]>

Thanks,
Maxime

Reply via email to