Skip to content
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

kvm-unit-tests: enable to print TAP13 test output and results #518

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

nareshkamboju
Copy link
Collaborator

No description provided.

@nareshkamboju
Copy link
Collaborator Author

The LAVA test jobs showing the kvm-unit-tests running with TAP13 enabled and printing the TAP13 output format on the LAVA console log and results parser extracted results.
Please find more details in this LAVA job link,

@nareshkamboju nareshkamboju force-pushed the kvm-unit-test-tap-13 branch 2 times, most recently from 3c22fea to eb13397 Compare June 25, 2024 07:55
This patch introduces TAP13 results format of kvm-unit-tests by
adding flag '-t|--tap13' to kvm-unit-tests run_tests.sh script,
it menas that the test results output in a TAP13 format.

The new script, parse-output.py, to handle the parsing of kvm-unit-tests
outputs. The script reads input from the standard input, processes each
line to determine the test results as the LAVA understand.

e.g.
  <test-name> <pass|fail|skip>

Signed-off-by: Naresh Kamboju <[email protected]>
@roxell roxell merged commit 140f9f2 into Linaro:master Jun 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants