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
For situations where images output log messages right after the device connector has determined that provisioning is successful, there might be a very short time window where the "provision-serial.log" capture stops and the "test-serial.log" capture hasn't started yet, dropping certain log messages. For test cases that depend on Serial/UART output, it might be good if the serial capture starts when/right before the DUT is power-cycled and continues running between the provisioning and testing phase.
Right now, provision logs are captured here (muxpi used as an example here, other device connectors capture the serial log in a similar way):
For situations where images output log messages right after the device connector has determined that provisioning is successful, there might be a very short time window where the "provision-serial.log" capture stops and the "test-serial.log" capture hasn't started yet, dropping certain log messages. For test cases that depend on Serial/UART output, it might be good if the serial capture starts when/right before the DUT is power-cycled and continues running between the provisioning and testing phase.
Right now, provision logs are captured here (
muxpi
used as an example here, other device connectors capture the serial log in a similar way):testflinger/device-connectors/src/testflinger_device_connectors/devices/muxpi/__init__.py
Lines 45 to 54 in 4c6007f
And test logs are captured here:
testflinger/device-connectors/src/testflinger_device_connectors/devices/__init__.py
Lines 196 to 205 in 4c6007f
The text was updated successfully, but these errors were encountered: