Comment 0 for bug 1567391

Revision history for this message
Sergii Turivnyi (sturivnyi) wrote : Tempest tests for glnc3e triggers to an error Endpoint not found

Detailed bug description:
ISO: http://paste.openstack.org/show/493273/

Configuration:
[9.0][MOSQA] Tempest 9.0 (VLAN_CEPH_GLANCE_CEPH-TEMPEST, Ceph, SSL(api))

Steps to reproduce:
Deploy Environment (see Configuration)
Run Tempest tests for Glance
tempest.api.image.admin.v2

Expected results:
Test is passed

Actual result:
Test is Failed

Reproducibility:

Workaround:
---

Impact:
---

Description of the environment:
See (Detailed bug description)

Additional information:
Error Message

test failed

Stacktrace

Traceback (most recent call last):
  File "tempest/test.py", line 280, in setUpClass
    six.reraise(etype, value, trace)
  File "tempest/test.py", line 273, in setUpClass
    cls.resource_setup()
  File "tempest/api/image/v2/test_images.py", line 153, in resource_setup
    cls._create_standard_image(container_fmt, disk_fmt)
  File "tempest/api/image/v2/test_images.py", line 170, in _create_standard_image
    cls.client.store_image_file(image_id, data=image_file)
  File "tempest/services/image/v2/json/images_client.py", line 123, in store_image_file
    body=data)
  File "tempest/common/glance_http.py", line 176, in raw_request
    return self._http_request(req_url, method, **kwargs)
  File "tempest/common/glance_http.py", line 119, in _http_request
    raise exc.EndpointNotFound(message)
tempest.exceptions.EndpointNotFound: Endpoint not found
Details: Error finding address for https://public.fuel.local:9292/v2/images/47d4be21-b42e-4293-b545-5239cba2f434/file: [Errno -2] Name or service not known