Skip to content

Commit 0cf8b29

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix identity test_role functional tests"
2 parents dda45e3 + 7d6d23d commit 0cf8b29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

functional/tests/identity/v2/test_identity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class IdentityTests(test.TestCase):
2424
'username', 'domain_id', 'default_project_id']
2525
PROJECT_FIELDS = ['enabled', 'id', 'name', 'description', 'domain_id']
2626
TOKEN_FIELDS = ['expires', 'id', 'project_id', 'user_id']
27-
ROLE_FIELDS = ['id', 'name', 'links']
27+
ROLE_FIELDS = ['id', 'name', 'links', 'domain_id']
2828
SERVICE_FIELDS = ['id', 'enabled', 'name', 'type', 'description']
2929
ENDPOINT_FIELDS = ['id', 'region', 'service_id', 'service_name',
3030
'service_type', 'enabled', 'publicurl',

functional/tests/identity/v3/test_identity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class IdentityTests(test.TestCase):
3030
'domain_id', 'default_project_id', 'description']
3131
PROJECT_FIELDS = ['description', 'id', 'domain_id', 'is_domain',
3232
'enabled', 'name', 'parent_id', 'links']
33-
ROLE_FIELDS = ['id', 'name', 'links']
33+
ROLE_FIELDS = ['id', 'name', 'links', 'domain_id']
3434
SERVICE_FIELDS = ['id', 'enabled', 'name', 'type', 'description']
3535
REGION_FIELDS = ['description', 'enabled', 'parent_region', 'region']
3636
ENDPOINT_FIELDS = ['id', 'region', 'region_id', 'service_id',

0 commit comments

Comments
 (0)