ubuntu-server-iso-testing-dev team mailing list archive
-
ubuntu-server-iso-testing-dev team
-
Mailing list archive
-
Message #00012
[Bug 740853] [NEW] download-latest-test-iso.py fails with KeyError when the image is not listed in SHA256SUMS
Public bug reported:
When and image is not built and not listed in SHA256SUMS , then fails
with the following error:
INFO:root:Checking/Downloading ISO build 20110323 for variant alternate from http://cdimage.ubuntu.com/daily/
Traceback (most recent call last):
File "/usr/bin/download-latest-test-iso", line 167, in <module>
if l_current_iso_digest[l_iso_name] != l_sha256:
KeyError: 'natty-alternate-amd64.iso'
This exception should be caught and the test cancelled
** Affects: ubuntu-server-iso-testing
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Iso Testing Developers, which is the registrant for ubuntu-
server-iso-testing.
https://bugs.launchpad.net/bugs/740853
Title:
download-latest-test-iso.py fails with KeyError when the image is not
listed in SHA256SUMS
Status in Automated testing of Ubuntu server ISO images:
New
Bug description:
When and image is not built and not listed in SHA256SUMS , then fails
with the following error:
INFO:root:Checking/Downloading ISO build 20110323 for variant alternate from http://cdimage.ubuntu.com/daily/
Traceback (most recent call last):
File "/usr/bin/download-latest-test-iso", line 167, in <module>
if l_current_iso_digest[l_iso_name] != l_sha256:
KeyError: 'natty-alternate-amd64.iso'
This exception should be caught and the test cancelled
Follow ups
References