-
Notifications
You must be signed in to change notification settings - Fork 21
Add kvm_check test script and its README documentation #106
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
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.
Some minor updates are needed for the readme and run.sh files.
0e976e9
to
14e761b
Compare
This commit introduces a shell script to validate the presence of /dev/kvm on the target system, ensuring that KVM support is available. The test uses standardized helper functions for logging, dependency checks, and result reporting. A corresponding README file is also included, providing an overview of the test, usage instructions, prerequisites, result format, and sample logs. Signed-off-by: Sai-teja573 <[email protected]>
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.
LGTM
This pull request has been marked as stale due to 30 days of inactivity. To prevent automatic closure in 7 days, remove the stale label or add a comment. You can reopen a closed pull request at any time. |
This commit introduces the
kvm_check
test case to validate the presence of /dev/kvm, ensuring KVM support is available on the target device. The test uses standardized helper functions for logging, dependency checks, and result formatting.Additionally, a detailed README is included, outlining the test's purpose, usage instructions, prerequisites, result format, and sample logs to support integration and execution