← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1520617] [NEW] The test_rescope_token in tempest.api.identity.admin.v3.test_tokens fails with AssertionError

 

Public bug reported:

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

tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON
test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112]
traceback
Traceback (most recent call last):
  File "/home/developer/mos-tempest-runner/tempest/tempest/api/identity/admin/v3/test_tokens.py", line 120, in test_rescope_token
    self.assertNotEqual(orig_issued_at, token_auth['token']['issued_at'])
  File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/unittest2/case.py", line 845, in assertNotEqual
    raise self.failureException(msg)
AssertionError: u'2015-11-27T05:37:54.000000Z' == u'2015-11-27T05:37:54.000000Z'

** Affects: keystone
     Importance: Undecided
         Status: New

** Affects: tempest
     Importance: Undecided
         Status: New


** Tags: keystone tempest

** Also affects: tempest
   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/1520617

Title:
  The test_rescope_token in tempest.api.identity.admin.v3.test_tokens
  fails with AssertionError

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

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

  tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON
  test_rescope_token[id-565fa210-1da1-4563-999b-f7b5b67cf112]
  traceback
  Traceback (most recent call last):
    File "/home/developer/mos-tempest-runner/tempest/tempest/api/identity/admin/v3/test_tokens.py", line 120, in test_rescope_token
      self.assertNotEqual(orig_issued_at, token_auth['token']['issued_at'])
    File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/unittest2/case.py", line 845, in assertNotEqual
      raise self.failureException(msg)
  AssertionError: u'2015-11-27T05:37:54.000000Z' == u'2015-11-27T05:37:54.000000Z'

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


Follow ups