canonical / testflinger

https://testflinger.readthedocs.io/en/latest/
GNU General Public License v3.0
11 stars 17 forks source link

Provide the serial console log as an artifact #288

Open fginther opened 3 months ago

fginther commented 3 months ago

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.

syncronize-issues-to-jira[bot] commented 3 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CERTTF-342.

This message was autogenerated