Skip to content
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 image pattern for FedoraSecondary provider on s390x #6081

Closed
wants to merge 1 commit into from

Conversation

harvey0100
Copy link
Contributor

Updated the image pattern in FedoraSecondaryImageProvider to match the available Fedora image file names for the s390x architecture. This resolves the issue where the vmimage utility could not download the correct image due to a pattern mismatch.

Reference: #6071

@harvey0100
Copy link
Contributor Author

Tested on S390x, now pulls image correctly.

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 16.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 68.64%. Comparing base (b80f298) to head (f535fbd).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
avocado/utils/vmimage.py 16.66% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #6081       +/-   ##
===========================================
+ Coverage   54.32%   68.64%   +14.32%     
===========================================
  Files         202      202               
  Lines       21892    21897        +5     
===========================================
+ Hits        11892    15031     +3139     
+ Misses      10000     6866     -3134     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Updated the image pattern in FedoraSecondaryImageProvider to match
the available Fedora image file names for the s390x architecture.
This resolves the issue where the vmimage utility could not download
the correct image due to a pattern mismatch.

Reference: avocado-framework#6071
Signed-off-by: Harvey Lynden <hlynden@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 109
Development

Successfully merging this pull request may close these issues.

1 participant