← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1776797] Re: test_convert_image_with_errors fails with OSError: [Errno 2] No such file or directory

 

Reviewed:  https://review.openstack.org/575305
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5e36e3342eb59b4e77f4c8408190e606cabdf75c
Submitter: Zuul
Branch:    master

commit 5e36e3342eb59b4e77f4c8408190e606cabdf75c
Author: Corey Bryant <corey.bryant@xxxxxxxxxxxxx>
Date:   Wed Jun 13 21:58:49 2018 -0400

    Fix execute mock for test_convert_image_with_errors
    
    This was introduced in https://review.openstack.org/#/c/554437/
    with the move of image conversion to privsep.
    
    Change-Id: Ia68b0124ce59a256df6666ee19b6ab03253969a1
    Closes-Bug: #1776797


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1776797

Title:
  test_convert_image_with_errors fails with OSError: [Errno 2] No such
  file or directory

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  test_convert_image_with_errors fails with OSError: [Errno 2] No such
  file or directory

  See traceback here: https://paste.ubuntu.com/p/bQ6Z9QPXCY/

  where args = ['qemu-img', 'convert', '-t', 'none', '-O', 'raw', '-f',
  'qcow2', '/path/that/does/not/exist',
  '/other/path/that/does/not/exist']

  It seems the execute mock is incorrect.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1776797/+subscriptions


References