labgrid
labgrid copied to clipboard
driver/bareboxdriver.py: Add parameter 'boot_command'
To adapt the BareboxDriver and be consistent with the UBootDriver, the parameter 'boot_command' is added. Now you can set the boot source and do something like this:
targets: main: drivers: BareboxDriver: boot_command: "boot net"
Signed-off-by: Fabian Meuren [email protected]
Codecov Report
Base: 63.2% // Head: 63.2% // No change to project coverage :thumbsup:
Coverage data is based on head (
dd43a97
) compared to base (dd43a97
). Patch has no changes to coverable lines.
:exclamation: Current head dd43a97 differs from pull request most recent head 6f3e055. Consider uploading reports for the commit 6f3e055 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #1071 +/- ##
======================================
Coverage 63.2% 63.2%
======================================
Files 152 152
Lines 11330 11330
======================================
Hits 7169 7169
Misses 4161 4161
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Sorry, I am not yet familiar with your processes.
Is this still relevant since we now have proper boot command support for the UBootDriver
?
Is this still relevant since we now have proper boot command support for the
UBootDriver
?
Yes this is the equivalent default boot command for the BareboxDriver
gently ping