|
23 | 23 | class IdentityTests(base.TestCase): |
24 | 24 | """Functional tests for Identity commands. """ |
25 | 25 |
|
26 | | - DOMAIN_FIELDS = ['description', 'enabled', 'id', 'name', 'links'] |
27 | | - GROUP_FIELDS = ['description', 'domain_id', 'id', 'name', 'links'] |
| 26 | + DOMAIN_FIELDS = ['description', 'enabled', 'id', 'name'] |
| 27 | + GROUP_FIELDS = ['description', 'domain_id', 'id', 'name'] |
28 | 28 | TOKEN_FIELDS = ['expires', 'id', 'project_id', 'user_id'] |
29 | 29 | USER_FIELDS = ['email', 'enabled', 'id', 'name', 'name', |
30 | 30 | 'domain_id', 'default_project_id', 'description', |
31 | 31 | 'password_expires_at'] |
32 | 32 | PROJECT_FIELDS = ['description', 'id', 'domain_id', 'is_domain', |
33 | | - 'enabled', 'name', 'parent_id', 'links'] |
34 | | - ROLE_FIELDS = ['id', 'name', 'links', 'domain_id'] |
| 33 | + 'enabled', 'name', 'parent_id'] |
| 34 | + ROLE_FIELDS = ['id', 'name', 'domain_id'] |
35 | 35 | SERVICE_FIELDS = ['id', 'enabled', 'name', 'type', 'description'] |
36 | 36 | REGION_FIELDS = ['description', 'enabled', 'parent_region', 'region'] |
37 | 37 | ENDPOINT_FIELDS = ['id', 'region', 'region_id', 'service_id', |
|
0 commit comments