Reviewed: https://review.openstack.org/111131 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=7eefef6125b07a44851823a02a75853937dcb377 Submitter: Jenkins Branch: master
commit 7eefef6125b07a44851823a02a75853937dcb377 Author: Brant Knudson <[email protected]> Date: Thu Jul 31 20:25:55 2014 -0500 Skip test_rescope_token There are several problems with revocation events in Keystone and the test is currently failing on postgres. There's several fixes proposed in Keystone to fix these but until they're merged this test isn't working. Change-Id: I9182d542fae0b4a5280dc482300203f84c8f4d8c Closes-Bug: #1351026 ** Changed in: tempest Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1351026 Title: IdentityError in TokensV3TestJSON.test_rescope_token Status in OpenStack Identity (Keystone): In Progress Status in Tempest: Fix Released Bug description: 2014-07-31 19:07:29.894 | tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token[gate] 2014-07-31 19:07:29.894 | ----------------------------------------------------------------------------------- 2014-07-31 19:07:29.895 | 2014-07-31 19:07:29.895 | Captured traceback: 2014-07-31 19:07:29.895 | ~~~~~~~~~~~~~~~~~~~ 2014-07-31 19:07:29.895 | Traceback (most recent call last): 2014-07-31 19:07:29.895 | File "tempest/api/identity/admin/v3/test_tokens.py", line 145, in test_rescope_token 2014-07-31 19:07:29.895 | domain='Default') 2014-07-31 19:07:29.895 | File "tempest/services/identity/v3/json/identity_client.py", line 587, in auth 2014-07-31 19:07:29.895 | resp, body = self.post(self.auth_url, body=body) 2014-07-31 19:07:29.895 | File "tempest/common/rest_client.py", line 218, in post 2014-07-31 19:07:29.895 | return self.request('POST', url, extra_headers, headers, body) 2014-07-31 19:07:29.895 | File "tempest/services/identity/v3/json/identity_client.py", line 613, in request 2014-07-31 19:07:29.895 | 'Unexpected status code {0}'.format(resp.status)) 2014-07-31 19:07:29.896 | IdentityError: Got identity error 2014-07-31 19:07:29.896 | Details: Unexpected status code 404 The following logstash query has 24 hits in last 48 hours: "IdentityError: Got identity error" AND build_name:"check-tempest-dsvm-postgres-full" To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1351026/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

