← Back to team overview

ubuntu-server-iso-testing-dev team mailing list archive

[Bug 740853] Re: download-latest-test-iso.py fails with KeyError when the image is not listed in SHA256SUMS

 

** Changed in: ubuntu-server-iso-testing
     Assignee: Jean-Baptiste Lallement (jibel) => (unassigned)

-- 
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:
  Fix Committed

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-server-iso-testing/+bug/740853/+subscriptions


References