test: Improve mlia/cli unit test coverage#11
Merged
Conversation
- Test coverage improved for mlia/cli/*.py files Resolve: MLIA-1425 Change-Id: Ibc1a96f5c70b634da78bfac6240968ebd3acc20c Signed-off-by: James Edgar <james.edgar@arm.com> Reviewed-on: https://eu-gerrit-2.euhpc.arm.com/c/ml/ecosystem/mlia/+/1155628 Tested-by: expkit <svc_expkit@arm.com> Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com> IP-review: Isabella Gottardi <isabella.gottardi@arm.com>
IsabellaARM
approved these changes
Dec 3, 2025
IsabellaARM
pushed a commit
that referenced
this pull request
May 19, 2026
Fixes backend installation from vendored artifacts when the vendor directory contains an archived backend (e.g., *.tar.gz) rather than an already-unpacked directory. Adds vendor-archive resolution during InstallFromVendorPackage by extracting a single *.tar.gz and validating its structure. Refactors archive extraction into a shared helper used by both downloaded and vendored artifact installation flows. Adds a pytest regression test that installs a backend from a vendored tar.gz and verifies the extracted files are installed into the backend repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve: MLIA-1425
Change-Id: Ibc1a96f5c70b634da78bfac6240968ebd3acc20c
Reviewed-on: https://eu-gerrit-2.euhpc.arm.com/c/ml/ecosystem/mlia/+/1155628
Tested-by: expkit svc_expkit@arm.com
Reviewed-by: Isabella Gottardi isabella.gottardi@arm.com
IP-review: Isabella Gottardi isabella.gottardi@arm.com