Skip to content

Conversation

@padovan
Copy link
Contributor

@padovan padovan commented Jul 11, 2025

This can be used to extract lab information for the device where the test ran.

Copy link

@nmenon nmenon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to add the following in print_test ?

    if "misc" in test and test["misc"] and "runtime" in test["misc"]:
        runtime = test["misc"]["runtime"]
        kci_msg_nonl("  runtime: ")
        kci_msg_cyan(runtime, nl=False)
        kci_msg("")

@padovan
Copy link
Contributor Author

padovan commented Jul 14, 2025

sure, we can add that as well

Copy link

@nmenon nmenon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

This can be used to extract lab information for the device
where the test ran.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
@aliceinwire aliceinwire merged commit 0dd3e47 into kernelci:main Jul 17, 2025
5 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.

4 participants