driver/rawnetworkinterfacedriver: improve debugging experience - #1952
Open
Bastian-Krause wants to merge 4 commits into
Open
driver/rawnetworkinterfacedriver: improve debugging experience#1952Bastian-Krause wants to merge 4 commits into
Bastian-Krause wants to merge 4 commits into
Conversation
…ocess directly Where possible, use labgrid's processwrapper. It logs what command is executed and what it emitted. This helps when debugging. Signed-off-by: Bastian Krause <bst@pengutronix.de>
This helps debugging. Signed-off-by: Bastian Krause <bst@pengutronix.de>
This allows querying what command would have been executed. Signed-off-by: Bastian Krause <bst@pengutronix.de>
…-raw-interface helper will execute The driver and helper indirection make it really hard to track what actual commands are executed where. Use the labgrid-raw-interface helper's --dry-run argument to query and log what will be executed where. Signed-off-by: Bastian Krause <bst@pengutronix.de>
Bastian-Krause
force-pushed
the
bst/raw-net-debugging
branch
from
August 7, 2026 09:24
75dbcd0 to
2c7acdb
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1952 +/- ##
========================================
- Coverage 61.0% 60.9% -0.1%
========================================
Files 182 182
Lines 14898 14919 +21
========================================
Hits 9096 9096
- Misses 5802 5823 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Small collection of patches allowing to see what commands are actually executed (via
processwrapperand via thelabgrid-raw-interfacesudo helper).Checklist
/cc @JoshuaWatt