ocp-diag-core icon indicating copy to clipboard operation
ocp-diag-core copied to clipboard

Sample output?

Open zmrow opened this issue 1 year ago • 1 comments

First of all, nice work on this spec!

I'm looking to find some sample tool output that adheres to this spec. I'm aware of the other ocp-diag* repositories, but one would need to actually clone, setup, and run the code to see the output. The output/ folder in this repository has some validation output, but it isn't necessarily representative of what a "real-world" output would look like.

For folks considering this specification, having sample output would be super helpful in the decision.

zmrow avatar Sep 06 '24 20:09 zmrow

hey @zmrow; let me try to answer some of your questions below

but one would need to actually clone, setup, and run the code to see the output

generally speaking that would be correct. But there are diags that get compiled/packages in github CI and are available for download (with the respective caveats, like shared libs need to match). Example: https://github.com/opencomputeproject/ocp-diag-sat/releases. We are trying to get most of them in a turnkey ready state.

having sample output would be super helpful in the decision

That exists in this repo already, although kinda hidden (should maybe be added to the main readme). This folder has real-world-run-on-actual-hardware outputs: https://github.com/opencomputeproject/ocp-diag-core/tree/main/validators/spec_validator/samples

mimir-d avatar Sep 26 '24 15:09 mimir-d