-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed precise Zephyr version & platform name in sanitycheck output .xml #28113
Comments
Isn't the platform name already included in the testsuite attribute: "name="nsim_em"? |
version is missing |
I quickly tried to get some more info about JUnit style XML reports and from what I found it seems that there is no "official" format. I think this page might be useful: https://llg.cubic.org/docs/junit/ |
Oh, so what stops us from adding another item called for example "version" for each test similarly to what we already have for the platform? |
I guess that nothing stops us. I assume we didn't know that this |
@PerMac probably not during execution, but at build time we already define Or given |
add more property is a general requirements for sanityscript output, I suppose we will require more and more properity over time. |
Currently .xml files produced by the
sanitycheck
script only have information about tests being executed:This is good but for automatic parsing of those results it might be very convenient to have additional data built-in. In particular:
That suggestion came-up during discussion of test results submission automation here zephyrproject-rtos/test_results#68.
With that new information in place we'll be able to do at least automated verification of PRs with test results:
@maksimmasalski, @hakehuang, @wangnuannuan
The text was updated successfully, but these errors were encountered: