← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1520625] [NEW] The test_update_user_password in tempest.api.identity.admin.v3.test_users fails with 'Object not found' error

 

Public bug reported:

The subject's test fails with the trace given below:

test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9]
traceback
Traceback (most recent call last):
  File "/home/developer/mos-tempest-runner/tempest/tempest/api/identity/admin/v3/test_users.py", line 83, in test_update_user_password
    token_details = self.client.get_token(subject_token)['token']
  File "/home/developer/mos-tempest-runner/tempest/tempest/services/identity/v3/json/identity_client.py", line 290, in get_token
    resp, body = self.get("auth/tokens", headers=headers)
  File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 274, in get
    return self.request('GET', url, extra_headers, headers)
  File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 639, in request
    resp, resp_body)
  File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 692, in _error_checker
    raise exceptions.NotFound(resp_body, resp=resp)
tempest_lib.exceptions.NotFound: Object not found
Details: {u'message': u'Failed to validate token', u'code': 404, u'title': u'Not Found'}

** Affects: keystone
     Importance: Undecided
         Status: New

** Affects: tempest
     Importance: Undecided
         Status: New


** Tags: keystone tempest

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

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1520625

Title:
  The test_update_user_password in
  tempest.api.identity.admin.v3.test_users fails with 'Object not found'
  error

Status in OpenStack Identity (keystone):
  New
Status in tempest:
  New

Bug description:
  The subject's test fails with the trace given below:

  test_update_user_password[id-2d223a0e-e457-4a70-9fb1-febe027a0ff9]
  traceback
  Traceback (most recent call last):
    File "/home/developer/mos-tempest-runner/tempest/tempest/api/identity/admin/v3/test_users.py", line 83, in test_update_user_password
      token_details = self.client.get_token(subject_token)['token']
    File "/home/developer/mos-tempest-runner/tempest/tempest/services/identity/v3/json/identity_client.py", line 290, in get_token
      resp, body = self.get("auth/tokens", headers=headers)
    File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 274, in get
      return self.request('GET', url, extra_headers, headers)
    File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 639, in request
      resp, resp_body)
    File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 692, in _error_checker
      raise exceptions.NotFound(resp_body, resp=resp)
  tempest_lib.exceptions.NotFound: Object not found
  Details: {u'message': u'Failed to validate token', u'code': 404, u'title': u'Not Found'}

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


Follow ups