yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73296
[Bug 1776797] [NEW] test_convert_image_with_errors fails with OSError: [Errno 2] No such file or directory
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
Follow ups