# Pastebin JPSE1db7 tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api [3.596713s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/root/refstack-client/.tempest/tempest/api/identity/v3/test_users.py", line 130, in test_password_history_check_self_service_api self.assertRaises(exceptions.BadRequest, File "/root/refstack-client/.tempest/.venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/root/refstack-client/.tempest/.venv/lib/python3.8/site-packages/testtools/testcase.py", line 480, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: > returned {} Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/root/refstack-client/.tempest/tempest/api/identity/v3/test_users.py", line 64, in _restore_password self._update_password( File "/root/refstack-client/.tempest/tempest/api/identity/v3/test_users.py", line 40, in _update_password self.non_admin_users_client.update_user_password( File "/root/refstack-client/.tempest/tempest/lib/services/identity/v3/users_client.py", line 61, in update_user_password resp, _ = self.post('users/%s/password' % user_id, update_user) File "/root/refstack-client/.tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/root/refstack-client/.tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/root/refstack-client/.tempest/tempest/lib/common/rest_client.py", line 816, in _error_checker raise exceptions.Unauthorized(resp_body, resp=resp) tempest.lib.exceptions.Unauthorized: Unauthorized Details: {'code': 401, 'message': 'The request you have made requires authentication.', 'title': 'Unauthorized'}