Comment 3 for bug 955527

Revision history for this message
Eoghan Glynn (eglynn) wrote :

Here's an example of a similar failure where the destination store is file-based as opposed to swift (again S3 is the external source that's copied from).

======================================================================
FAIL: Ensure we can copy from an external image in S3.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/workspace/gate-glance-python26/glance/tests/utils.py", line 166, in _runner
    func(*args, **kw)
  File "/home/jenkins/workspace/gate-glance-python26/glance/tests/utils.py", line 184, in wrapped
    func(*a, **kwargs)
  File "/home/jenkins/workspace/gate-glance-python26/glance/tests/functional/test_copy_to_file.py", line 174, in test_copy_from_s3
    self._do_test_copy_from('s3', get_s3_uri)
  File "/home/jenkins/workspace/gate-glance-python26/glance/tests/functional/test_copy_to_file.py", line 142, in _do_test_copy_from
    self.assertEqual(response.status, 200)
AssertionError: 404 != 200
>> raise self.failureException, \
          (None or '%r != %r' % (404, 200))