Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
6 stars 1 forks source link

Properly implement and use "Stop Logging To Terminal" kwd #339

Open macpijan opened 6 days ago

macpijan commented 6 days ago

When running tests over serial, we sometimes can get unwanted random errors from dmesg in between the output we need. This should be disabled early in the boot process, or even on the OS preparation stage, so we do not get unwanted outputs, breaking tests randomly.

Some approach has been done here: https://github.com/Dasharo/open-source-firmware-validation/pull/286/files#diff-9c5722de9fc8a63153bcc0396f26d4409dce4c9a70c217e14123b20693e481fcL44

macpijan commented 6 days ago

Maybe it makes sense more to be set in the installer, than in tests.