Dasharo / open-source-firmware-validation

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

How to handle more complex commands in RF? #573

Open macpijan opened 8 hours ago

macpijan commented 8 hours ago

Sometimes there is no single program we can run and inspect it's output. We need to post-process the ouput in a ways beyond capabilities of RF, or create more complex scenarios as shell scripts, which becomes unreadable in RF.

One example of such is in this thread: https://github.com/Dasharo/open-source-firmware-validation/pull/555#discussion_r1831571795

How do we want to handle it in the future?

The discsussed options include:

pietrushnic commented 5 hours ago

Someone could inspect other RF public codes (OpenBMC?) or look for (reach out for) RF community advice.