← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1321797] Re: Tempest fails on backports to Icehouse

 

I believe I saw this issue being discussed as either a tempest or
grenade issue, but I'm unable to find the bug report... filing against
those projects in hopes of seeing this marked as a dupe :) Otherwise,
poke me if I'm mistaken.

** Also affects: tempest
   Importance: Undecided
       Status: New

** Also affects: grenade
   Importance: Undecided
       Status: New

** Changed in: keystone
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1321797

Title:
  Tempest fails on backports to Icehouse

Status in Grenade - OpenStack upgrade testing:
  New
Status in OpenStack Identity (Keystone):
  Incomplete
Status in Tempest:
  New

Bug description:
  There are two patches that backport fixes to stable/icehouse and they
  both fail the same way on
  tempest.api.identity.admin.v3.test_certificates.*

  https://review.openstack.org/#/c/94406/
  https://review.openstack.org/#/c/90809/

  Tracebacks:

  Captured traceback:
  ~~~~~~~~~~~~~~~~~~~
      Traceback (most recent call last):
        File "tempest/api/identity/admin/v3/test_certificates.py", line 33, in test_get_ca_certificate
          resp, certificate = self.client.get_ca_certificate()
        File "tempest/services/identity/v3/json/identity_client.py", line 455, in get_ca_certificate
          resp, body = self.get("OS-SIMPLE-CERT/ca")
        File "tempest/common/rest_client.py", line 212, in get
          return self.request('GET', url, extra_headers, headers)
        File "tempest/common/rest_client.py", line 410, in request
          resp, resp_body)
        File "tempest/common/rest_client.py", line 454, in _error_checker
          raise exceptions.NotFound(resp_body)
      NotFound: Object not found
      Details: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}
      
  Captured pythonlogging:
  ~~~~~~~~~~~~~~~~~~~~~~~
      2014-05-20 18:43:00,921 Request (CertificatesV3TestJSON:test_get_ca_certificate): 200 POST http://127.0.0.1:5000/v2.0/tokens
      2014-05-20 18:43:00,955 Request (CertificatesV3TestJSON:test_get_ca_certificate): 404 GET http://127.0.0.1:35357/v3/OS-SIMPLE-CERT/ca 0.032s
      
  {0} tempest.api.identity.admin.v3.test_certificates.CertificatesV3TestJSON.test_get_certificates [0.008026s] ... FAILED

  Captured traceback:
  ~~~~~~~~~~~~~~~~~~~
      Traceback (most recent call last):
        File "tempest/api/identity/admin/v3/test_certificates.py", line 41, in test_get_certificates
          resp, certificates = self.client.get_certificates()
        File "tempest/services/identity/v3/json/identity_client.py", line 460, in get_certificates
          resp, body = self.get("OS-SIMPLE-CERT/certificates")
        File "tempest/common/rest_client.py", line 212, in get
          return self.request('GET', url, extra_headers, headers)
        File "tempest/common/rest_client.py", line 410, in request
          resp, resp_body)
        File "tempest/common/rest_client.py", line 454, in _error_checker
          raise exceptions.NotFound(resp_body)
      NotFound: Object not found
      Details: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}

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


References