Comment 7 for bug 1520625

Revision history for this message
Sergii Turivnyi (sturivnyi) wrote :

Detailed bug description:
ISO: http://paste.openstack.org/show/493111/
Configuration: [9.0][MOSQA] Tempest 9.0 (VLAN_CINDER-TEMPEST,HA,Cinder LVM,Swift(api))

Steps to reproduce:
Deploy ISO in configuration see (Detailed bug description)

Expected results:
Test is passed

Actual result:
Test is Failed

Reproducibility:
See attachment

Workaround:
---

Impact:
---

Description of the environment:
See (Detailed bug description)

Additional information:
Error Message

test failed

Stacktrace

Traceback (most recent call last):
  File "tempest/api/identity/admin/v3/test_users.py", line 94, in test_update_user_password
    token_details = self.client.show_token(subject_token)['token']
  File "tempest/services/identity/v3/json/identity_client.py", line 35, in show_token
    resp, body = self.get("auth/tokens", headers=headers)
  File "tempest/lib/common/rest_client.py", line 274, in get
    return self.request('GET', url, extra_headers, headers)
  File "tempest/lib/common/rest_client.py", line 642, in request
    resp, resp_body)
  File "tempest/lib/common/rest_client.py", line 695, 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'}