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
which points to ocptv output being generated. However, there's 2 issues with this:
the readme has no mention of this output
generally, ocptv compliant diags will output ocptv json on stdout; in this case, it's hardcoded to go to a file. There should be a flag to the runner to say "output ocptv json", and that this output is the one meant for machine consumption. For any other logging/output, there should be a message to explicitly say that anything other than ocptv output is not meant for machines, but only humans.
The text was updated successfully, but these errors were encountered:
By manual inspection of the code, I found
ocp-diag-autoval/src/autoval/lib/utils/autoval_output.py
Line 16 in 9180c63
The text was updated successfully, but these errors were encountered: