vmware-tanzu / sonobuoy

Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests and other plugins in an accessible and non-destructive manner.

Home Page:https://sonobuoy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom junit plugin - failures in result file, but sonobuoy says it passed

katarzynainit opened this issue · comments

What steps did you take and what happened:
Created a custom plugin which calls some kubectl commands. I'm using osht to run tests and prepare result file.

Attaching sonobuoy_results.yaml and results.xml (I did changed extension for both files, to be uploaded, adding .log at the end)

result.xml.log
sonobuoy_results.yaml.log

No matter what is the result of tests, I always see it's passed.

What did you expect to happen:

See failed result on the summary

Anything else you would like to add:

I see correct behavior for e2e tests

Environment:

  • Sonobuoy version: 0.57.1

Found an issue in the results file format... Closing