mbox series

[v2,0/2] oe-selftest: devtool: split tap detection into function

Message ID 20250712125103.3404739-1-adrian.freihofer@siemens.com
Headers show
Series oe-selftest: devtool: split tap detection into function | expand

Message

AdrianF July 12, 2025, 12:50 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

Changes compared to the previous v1:

- Split the changes into two patches, rather than one patch that makes
  three changes at once.
- Dropped the part which removed the test for the /etc/runqemu-nosudo
  file. This was discussed controversially in the patch review meeting.
  The file is kind of an API and is used in multiple scripts, not only
  by oe-selftest.

The first patch (moving the function) is a pre-requisite for
https://patchwork.yoctoproject.org/project/Poky/list/?series=36153.

Adrian Freihofer (2):
  oe-selftest: devtool: split tap detection into function
  oeqa/utils/command: simplify tap detection

 meta/lib/oeqa/selftest/cases/devtool.py | 14 ++------------
 meta/lib/oeqa/utils/commands.py         | 14 ++++++++++++++
 2 files changed, 16 insertions(+), 12 deletions(-)