Merge "Use real timestamps in authentication tests"

This commit is contained in:
Jenkins 2014-06-13 21:04:00 +00:00 committed by Gerrit Code Review
commit 0039f1d389
2 changed files with 6 additions and 6 deletions
cinderclient/tests

@ -28,7 +28,7 @@ class AuthenticateAgainstKeystoneTests(utils.TestCase):
resp = {
"access": {
"token": {
"expires": "12345",
"expires": "2014-11-01T03:32:15-05:00",
"id": "FAKE_ID",
},
"serviceCatalog": [
@ -95,7 +95,7 @@ class AuthenticateAgainstKeystoneTests(utils.TestCase):
resp = {
"access": {
"token": {
"expires": "12345",
"expires": "2014-11-01T03:32:15-05:00",
"id": "FAKE_ID",
"tenant": {
"description": None,
@ -186,7 +186,7 @@ class AuthenticateAgainstKeystoneTests(utils.TestCase):
dict_correct_response = {
"access": {
"token": {
"expires": "12345",
"expires": "2014-11-01T03:32:15-05:00",
"id": "FAKE_ID",
},
"serviceCatalog": [

@ -31,7 +31,7 @@ class AuthenticateAgainstKeystoneTests(utils.TestCase):
resp = {
"access": {
"token": {
"expires": "12345",
"expires": "2014-11-01T03:32:15-05:00",
"id": "FAKE_ID",
},
"serviceCatalog": [
@ -98,7 +98,7 @@ class AuthenticateAgainstKeystoneTests(utils.TestCase):
resp = {
"access": {
"token": {
"expires": "12345",
"expires": "2014-11-01T03:32:15-05:00",
"id": "FAKE_ID",
"tenant": {
"description": None,
@ -189,7 +189,7 @@ class AuthenticateAgainstKeystoneTests(utils.TestCase):
dict_correct_response = {
"access": {
"token": {
"expires": "12345",
"expires": "2014-11-01T03:32:15-05:00",
"id": "FAKE_ID",
},
"serviceCatalog": [