~ubuntuone-pqm-team/python-keystoneclient/trunk

« back to all changes in this revision

Viewing changes to keystoneclient/tests/unit/auth/test_identity_v3.py

  • Committer: Douglas Mendizábal
  • Author(s): OpenStack Release Bot
  • Date: 2022-03-04 16:43:46 UTC
  • Revision ID: git-v1:8d8c31e5008326520206804fbdabf96993ab0c45
Update master for stable/xena

Add file to the reno documentation build to show release notes for
stable/xena.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.

Sem-Ver: feature
Change-Id: Id7127c22dd9865c8ac08a1239f0ba483b9dacddc

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
import argparse
14
14
import copy
 
15
from unittest import mock
15
16
import uuid
16
17
 
17
18
from keystoneauth1 import fixture
18
 
import mock
19
19
 
20
20
from keystoneclient import access
21
21
from keystoneclient.auth.identity import v3
129
129
                    "password"
130
130
                ],
131
131
 
132
 
                "expires_at": "2020-01-01T00:00:10.000123Z",
 
132
                "expires_at": "2999-01-01T00:00:10.000123Z",
133
133
                "project": {
134
134
                    "domain": {
135
135
                        "id": self.TEST_DOMAIN_ID,