-
Notifications
You must be signed in to change notification settings - Fork 212
Add VMM/MSHV version info in azure and baremetal platform #3876
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
Conversation
888694d
to
311f4c1
Compare
ac99653
to
ef0e3e6
Compare
9241fd4
to
6ce9f5c
Compare
6ce9f5c
to
7fd4094
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds functionality to detect and report VMM (cloud-hypervisor) and MSHV versions in both Azure and bare-metal platforms.
- Introduces
get_vmm_version
andget_mshv_version
helpers inplatform_utils.py
- Hooks VMM/MSHV version collection into
BareMetalPlatform
environment info - Hooks VMM/MSHV version collection into
AzurePlatform
environment info
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
lisa/sut_orchestrator/platform_utils.py | Added regex patterns and functions to parse VMM/MSHV versions |
lisa/sut_orchestrator/baremetal/platform_.py | Registered new environment info hooks for VMM/MSHV |
lisa/sut_orchestrator/azure/platform_.py | Registered new environment info hooks and methods for VMM/MSHV |
@squirrelsc pls check. |
…n BareMetalPlatform
@vyadavmsft please fix check errors. |
Add VMM/MSHV version info in azure and baremetal platform