Skip to content

Commit 83d37fe

Browse files
committed
Fedora VMImage URL Update
Update Fedora provider to use archive URLs for versions <= 40 instead of <= 38 to fix download failures for Fedora 39/40. Signed-off-by: Harvey Lynden <[email protected]>
1 parent 0862979 commit 83d37fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avocado/utils/vmimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def get_image_url(self):
213213
else:
214214
cloud = "CloudImages"
215215

216-
if self.url_old_images and int(self.version) <= 38:
216+
if self.url_old_images and int(self.version) <= 40:
217217
self.url_versions = self.url_old_images
218218

219219
self.url_images = self.url_versions + "{version}/" + cloud + "/{arch}/images/"

0 commit comments

Comments
 (0)