Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
b03fdf264d1da194ac47934aa73a7359a8ea60fa
/
tempest
/
api
/
identity
/
admin
ace5135
Merge "Fix credential client to return raw response"
by Jenkins
· 9 years ago
9507e6b
Fix credential client to return raw response
by ghanshyam
· 9 years ago
37503dd
Modify use of assertTrue(A in B)
by melissaml
· 9 years ago
12dc973
py3: Miscellaneous fixes
by Sirushti Murugesan
· 9 years ago
ad55eb8
Define separate inherited_roles_client for inherited roles
by ghanshyam
· 9 years ago
2e6fb56
Make identity v3 roles_client use **kwargs
by ghanshyam
· 9 years ago
1e8a3a4
Remove unused config.CONF
by zhufl
· 9 years ago
1bc2916
Use cls in class method instead of self
by zhufl
· 9 years ago
7f817db
Make identity v3 users_client use **kwargs
by ghanshyam
· 9 years ago
1c5dc62
Replace OpenStack LLC with OpenStack Foundation
by dineshbhor
· 9 years ago
935f2cc
py3: Replace map/filter with a list comprehension
by Sirushti Murugesan
· 9 years ago
19b81b2
Remove DataGenerator from admin V3 identity tests
by Castulo J. Martinez
· 9 years ago
e3adee4
Remove DataGenerator from admin V2 identity tests
by Castulo J. Martinez
· 9 years ago
49b387a
Fix test_project_create_with_parent
by Rodrigo Duarte
· 9 years ago
236954b
Merge "Add parent_id to create_project"
by Jenkins
· 9 years ago
2395014
Prepare the Manager class for tempest.lib
by Andrea Frittoli (andreaf)
· 9 years ago
4ee6b91
Add parent_id to create_project
by Rodrigo Duarte
· 9 years ago
e879120
Py3: don't access the `unicode` type directly.
by Jordan Pittier
· 9 years ago
50894fc
Make identity v2 roles_client use **kwargs
by ghanshyam
· 9 years ago
7668fad
Make identity v2 tenants_client use **kwargs
by ghanshyam
· 9 years ago
e1c6c1c
Make identity v2 user_client use **kwargs
by ghanshyam
· 9 years ago
6ce3921
Make identity v2 service_client use **kwargs
by ghanshyam
· 9 years ago
57e8c92
Merge "Make endpoints_client use **kwargs"
by Jenkins
· 9 years ago
5a90ea3
Merge "Add missing tests for the identity v3 API"
by Jenkins
· 9 years ago
b5ebadb
Make endpoints_client use **kwargs
by Ken'ichi Ohmichi
· 9 years ago
0a592b4
Add missing tests for the identity v3 API
by Castulo J. Martinez
· 9 years ago
100d18d
Use scope in v3 identity client
by Andrea Frittoli (andreaf)
· 9 years ago
a3ffedf
Add cleanup in identity/test_users_negative.py
by Jordan Pittier
· 9 years ago
d079c89
Add pep8 check to use data_utils.rand_uuid()
by Ken'ichi Ohmichi
· 9 years ago
bdc16bf
include domain_id when creating groups
by Steve Martinelli
· 9 years ago
cbcb611
Adding a note to 'test_update_user_password' test for Keystone V2
by Yaroslav Lobankov
· 9 years ago
5b2c745
Update comments for keystone precision and fernet
by Morgan Fainberg
· 9 years ago
962e7d7
Add OS-INHERIT of keystone v3 in api tempest
by Maho Koshiya
· 9 years ago
24bcb88
Split roles_client for keystone v3 client
by Arx Cruz
· 9 years ago
74afe23
Merge "Allow user to be disabled"
by Jenkins
· 9 years ago
5544c17
Allow user to be disabled
by Tom Cocozzello
· 9 years ago
db9672e
Use tempest.lib code in tempest
by Andrea Frittoli (andreaf)
· 9 years ago
7640539
Split trusts_client from keystone V3 client
by Daniel Mellado
· 9 years ago
91a26b6
Split domains_client from keystone V3 client
by Daniel Mellado
· 9 years ago
c044867
Remove redundant interfaces from v3 identity client
by Ghanshyam
· 9 years ago
7aea534
Split users_client from keystone V3 client
by Daniel Mellado
· 9 years ago
47a93ab
Separate projects client from identity V3 client
by Yaroslav Lobankov
· 9 years ago
e913b82
Merge "Add cleanup for endpoint tests"
by Jenkins
· 9 years ago
c990ade
Merge "Identity V3: missing api coverage for 'Get Endpoint' method"
by Jenkins
· 9 years ago
8aa8dcb
Add cleanup for endpoint tests
by Ghanshyam
· 9 years ago
2c4cb0c
Make v3 identity_client consistent
by Ken'ichi Ohmichi
· 9 years ago
5ae389f
Identity V3: missing api coverage for 'Get Endpoint' method
by apetrov
· 9 years ago
95aa3f7
Refactoring of 'DataGenerator' classes for identity V2 and V3
by Yaroslav Lobankov
· 9 years ago
895cd60
Merge "Split endpoints-client out of keystone v2 identity client"
by Jenkins
· 9 years ago
5576f74
Merge "Add the group and role checks API in tempest"
by Jenkins
· 9 years ago
b6fa2e4
Add the group and role checks API in tempest
by Maho Koshiya
· 9 years ago
3f951ef
Split endpoints-client out of keystone v2 identity client
by Daniel Mellado
· 9 years ago
2c2f036
Split DataGenerator class for v2 and v3
by Yaroslav Lobankov
· 9 years ago
72f24ec
Split services client out of keystone v2 identity client
by Daniel Mellado
· 9 years ago
82c83a5
Split users_client from keystone client v2.
by Daniel Mellado
· 9 years ago
6419fb1
Merge "Fix password not strong enough for identity test_groups"
by Jenkins
· 9 years ago
99da10d
Merge "Make v3 update_role use **kwargs & doc string"
by Jenkins
· 9 years ago
e79bc0f
Merge "[V3] Renaming region_client into regions_client"
by Jenkins
· 9 years ago
633c2fc
Merge "[V3] Renaming policy_client into policies_client"
by Jenkins
· 9 years ago
3be0b1c
Merge "Make v2,v3 create_role use **kwargs & doc string"
by Jenkins
· 9 years ago
ba22380
Merge "Make v2 for identity_client functions use **kwargs"
by Jenkins
· 9 years ago
1985115
Make v3 update_role use **kwargs & doc string
by piyush110786
· 9 years ago
980c7be
Make v2 for identity_client functions use **kwargs
by piyush110786
· 9 years ago
757d1a2
[V3] Renaming region_client into regions_client
by Yaroslav Lobankov
· 9 years ago
ed4d15c
[V3] Renaming policy_client into policies_client
by Yaroslav Lobankov
· 9 years ago
6f6f532
Fix password not strong enough for identity test_groups
by Alexander Gubanov
· 9 years ago
afaaf26
Make v2,v3 create_role use **kwargs & doc string
by piyush110786
· 9 years ago
69d9056
[V3 identity] Renaming service_client into services_client
by Yaroslav Lobankov
· 9 years ago
02d22ce
Merge "Split out roles client from keystone identity client"
by Jenkins
· 9 years ago
703641e
Merge "Fix password not strong enough failures"
by Jenkins
· 9 years ago
6b16b92
Split out roles client from keystone identity client
by Daniel Mellado
· 9 years ago
c443f5b
Merge "Make v3 create_trust use **kwargs & doc string"
by Jenkins
· 9 years ago
d8c5f7a
Fix password not strong enough failures
by Zack Feldstein
· 9 years ago
b5548a6
Merge "Make v3 update_user_password use **kwargs"
by Jenkins
· 9 years ago
983b5f9
Make v3 update_user_password use **kwargs
by piyush110786
· 9 years ago
b04da90
Split out keystone tenant client
by Daniel Mellado
· 9 years ago
447d717
Merge "[V3] Rename get_policy to show_policy"
by Jenkins
· 9 years ago
4d7553a
Make v3 create_trust use **kwargs & doc string
by piyush110786
· 9 years ago
0683da8
Merge "Fix race condition when changing passwords for admin tests"
by Jenkins
· 9 years ago
d88f3a3
Merge "[V3] Rename get_region to show_region"
by Jenkins
· 9 years ago
f2f496b
[V3] Rename get_policy to show_policy
by lei zhang
· 9 years ago
cc5a0f8
[V3] Rename get_region to show_region
by lei zhang
· 9 years ago
db6f408
Merge "Add keystone v3 user negative case test authentication with disabed user"
by Jenkins
· 9 years ago
d48cd7b
Add tests to update group with few fields
by ghanshyam
· 9 years ago
c6e8ef5
Add keystone v3 user negative case test authentication with disabed user
by BinBin Cong
· 9 years ago
f7169e2
[V3] Rename get_credential to show_credential
by lei zhang
· 9 years ago
554ca2c
Merge "[V3] Rename get_group to show_group"
by Jenkins
· 9 years ago
39b119e
Merge "[V3] Make groups_client use **kwargs"
by Jenkins
· 9 years ago
f602644
Fix race condition when changing passwords for admin tests
by Lance Bragstad
· 9 years ago
d97c374
Merge "Add T111 hacking rule for consistent DELETE method"
by Jenkins
· 9 years ago
74924f1
Merge "Add keystone v3 user negative cases"
by Jenkins
· 9 years ago
0b471b6
Merge "[V3] Separating groups_client from identity_client"
by Jenkins
· 9 years ago
b8461cb
Add T111 hacking rule for consistent DELETE method
by Ken'ichi Ohmichi
· 9 years ago
937438c
[V3] Rename get_group to show_group
by Yaroslav Lobankov
· 9 years ago
1909e42
Add keystone v3 user negative cases
by BinBin Cong
· 9 years ago
a78c347
Merge "Add negative test to test_domains_negative"
by Jenkins
· 9 years ago
45025c0
[V3] Make groups_client use **kwargs
by Yaroslav Lobankov
· 9 years ago
997a145
[V3] Separating groups_client from identity_client
by Yaroslav Lobankov
· 9 years ago
9e3dac0
Fix H404/405 violations for api tests(1/3)
by Ken'ichi Ohmichi
· 9 years ago
bf57df1
Merge "Factor up config dependent credential classes"
by Jenkins
· 9 years ago
Next »