Skip to content

Conversation

@mtjhrc
Copy link
Collaborator

@mtjhrc mtjhrc commented Nov 27, 2025

This improves the CLI output of integration test, and generates a github formattted .md file with collapsable logs for each test.

new CLI output:

[configure-vm-1cpu-256MiB] ... OK
[configure-vm-2cpu-1GiB] ..... OK
[vsock-guest-connect] ........ OK
[tsi-tcp-guest-connect] ...... OK
[tsi-tcp-guest-listen] ....... OK
[multiport-console] .......... OK

OK (6/6 passed)
Screenshot From 2025-11-27 17-43-42 Screenshot From 2025-11-27 17-45-15

This allows you to run only a specific test e.g.
`make test TEST=tsi-udp`
If TEST is not specified all test will be run.

Signed-off-by: Matej Hrica <[email protected]>
This allows the user to more easily compare results of a test run and easily
upload the test output as a github artifact.

Signed-off-by: Matej Hrica <[email protected]>
Each test is a collapsable item showing the log output of that specific test.

Signed-off-by: Matej Hrica <[email protected]>
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.

1 participant