-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix:import testing framework for few tools scripts #4130
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4130 +/- ##
=======================================
Coverage 82.29% 82.29%
=======================================
Files 225 225
Lines 28470 28470
=======================================
Hits 23429 23429
Misses 5041 5041
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Ooops, thanks for fixing!
rearrange changes added in #4089 so that the testing framework is available and the tools scripts work as expected. Signed-off-by: Sudan Landge <[email protected]>
Changes
Make testing framework available so that the few tools scripts using them work as expected.
Reason
changes added in #4089 breaks cross snapshot restore tests.
License Acceptance
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following
Developer Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md
.PR Checklist
If a specific issue led to this PR, this PR closes the issue.Any required documentation changes (code and docs) are included in this PR.API changes follow the Runbook for Firecracker API changes.User-facing changes are mentioned inCHANGELOG.md
.NewTODO
s link to an issue.rust-vmm
.