← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1267363] [NEW] images.test_list_image_filters.ListImageFiltersTest fails with Object not found

 

Public bug reported:

Error log: http://logs.openstack.org/60/64660/4/check/check-tempest-
dsvm-full/75a851b/testr_results.html.gz

ft2.1: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestXML)_StringException: Traceback (most recent call last):
  File "tempest/api/compute/images/test_list_image_filters.py", line 60, in setUpClass
    cls.server1['id'], wait_until='ACTIVE')
  File "tempest/api/compute/base.py", line 199, in create_image_from_server
    kwargs['wait_until'])
  File "tempest/services/compute/xml/images_client.py", line 143, in wait_for_image_status
    waiters.wait_for_image_status(self, image_id, status)
  File "tempest/common/waiters.py", line 107, in wait_for_image_status
    resp, image = client.get_image(image_id)
  File "tempest/services/compute/xml/images_client.py", line 132, in get_image
    resp, body = self.get("images/%s" % str(image_id), self.headers)
  File "tempest/common/rest_client.py", line 305, in get
    return self.request('GET', url, headers)
  File "tempest/common/rest_client.py", line 436, in request
    resp, resp_body)
  File "tempest/common/rest_client.py", line 481, in _error_checker
    raise exceptions.NotFound(resp_body)
NotFound: Object not found
Details: <itemNotFound code="404" xmlns="http://docs.openstack.org/compute/api/v1.1";><message>Image not found.</message></itemNotFound>

** Affects: tempest
     Importance: Undecided
         Status: New

** Project changed: nova => tempest

-- 
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/1267363

Title:
  images.test_list_image_filters.ListImageFiltersTest fails with Object
  not found

Status in Tempest:
  New

Bug description:
  Error log: http://logs.openstack.org/60/64660/4/check/check-tempest-
  dsvm-full/75a851b/testr_results.html.gz

  ft2.1: setUpClass (tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestXML)_StringException: Traceback (most recent call last):
    File "tempest/api/compute/images/test_list_image_filters.py", line 60, in setUpClass
      cls.server1['id'], wait_until='ACTIVE')
    File "tempest/api/compute/base.py", line 199, in create_image_from_server
      kwargs['wait_until'])
    File "tempest/services/compute/xml/images_client.py", line 143, in wait_for_image_status
      waiters.wait_for_image_status(self, image_id, status)
    File "tempest/common/waiters.py", line 107, in wait_for_image_status
      resp, image = client.get_image(image_id)
    File "tempest/services/compute/xml/images_client.py", line 132, in get_image
      resp, body = self.get("images/%s" % str(image_id), self.headers)
    File "tempest/common/rest_client.py", line 305, in get
      return self.request('GET', url, headers)
    File "tempest/common/rest_client.py", line 436, in request
      resp, resp_body)
    File "tempest/common/rest_client.py", line 481, in _error_checker
      raise exceptions.NotFound(resp_body)
  NotFound: Object not found
  Details: <itemNotFound code="404" xmlns="http://docs.openstack.org/compute/api/v1.1";><message>Image not found.</message></itemNotFound>

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


Follow ups

References