You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request for testflinger to save a copy of the device's serial console log as an artifact, or provide some means to retrieve it.
One possible implementation is to add an option to the provision yaml to indicate this is wanted:
log_console: True
The log could then be retrieved via:
testflinger-cli console_log <job_id>
As each device is different, the agent would need different methods for collecting the console logs. It's understandable that some devices may not be able to provide a console log.
The text was updated successfully, but these errors were encountered:
This is a feature request for testflinger to save a copy of the device's serial console log as an artifact, or provide some means to retrieve it.
One possible implementation is to add an option to the provision yaml to indicate this is wanted:
The log could then be retrieved via:
As each device is different, the agent would need different methods for collecting the console logs. It's understandable that some devices may not be able to provide a console log.
The text was updated successfully, but these errors were encountered: