index
:
delta/openstack/tempest.git
master
opendev.org: openstack/tempest
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tempest
/
api
/
identity
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Access Rules tests
Colleen Murphy
2020-01-07
1
-0
/
+1
*
refactor: Add setup_test_group to identity admin base test class
Felipe Monteiro
2018-07-03
1
-0
/
+14
*
Add tests for application credentials
Colleen Murphy
2018-04-16
1
-0
/
+29
*
Add identity v3 project tags client
Felipe Monteiro
2018-04-05
1
-0
/
+1
*
Use addClassResourceCleanup to clear domains
zhufl
2017-11-07
1
-3
/
+6
*
create test to verify catalog standardization
Megan Guiney
2017-07-13
1
-0
/
+1
*
Add token related API to Keystone v3-ext/OS-OAUTH1 client
Hemanth Nakkina
2017-06-28
1
-0
/
+1
*
Identity V3 - Endpoint Groups Client
Chi Lo
2017-04-23
1
-0
/
+1
*
test.py: stop using aliases for creds manager
Jordan Pittier
2017-04-26
1
-38
/
+40
*
Merge "Keystone v3 extension os-ep-filter api testcases"
Jenkins
2017-04-25
1
-0
/
+1
|
\
|
*
Keystone v3 extension os-ep-filter api testcases
Pradeep Kumar KS
2017-04-25
1
-0
/
+1
*
|
Merge "Use base.create_domain to create domain in testcases"
Jenkins
2017-04-25
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
Use base.create_domain to create domain in testcases
zhufl
2017-04-24
1
-4
/
+6
*
|
Merge "Add api_v2_admin flag"
Jenkins
2017-04-24
1
-0
/
+6
|
\
\
|
*
|
Add api_v2_admin flag
Andrea Frittoli
2017-04-24
1
-0
/
+6
*
|
|
Merge "Identity v3 Domain Configuration Client"
Jenkins
2017-04-24
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Identity v3 Domain Configuration Client
Felipe Monteiro
2017-04-19
1
-0
/
+1
*
|
|
Merge "Use base.setup_test_tenant to create test tenant"
Jenkins
2017-04-21
1
-4
/
+6
|
\
\
\
|
*
|
|
Use base.setup_test_tenant to create test tenant
zhufl
2017-04-20
1
-4
/
+6
|
|
|
/
|
|
/
|
*
|
|
Use base.setup_test_project to create project
zhufl
2017-04-20
1
-4
/
+6
|
/
/
*
|
Use sequence directly instead of using len()
Masayuki Igawa
2017-04-17
1
-3
/
+3
*
|
Merge "Remove leading underscore in _create_test_user"
Jenkins
2017-04-14
1
-12
/
+10
|
\
\
|
*
|
Remove leading underscore in _create_test_user
zhufl
2017-04-13
1
-12
/
+10
|
|
/
*
|
Add name param in setup_test_role
zhufl
2017-04-11
1
-2
/
+2
|
/
*
Identity V3-ext Oauth1 Consumers Client
Nicolas Helgeson
2017-03-23
1
-0
/
+1
*
Use tempest.lib data_utils - identity
Ken'ichi Ohmichi
2017-03-10
1
-1
/
+1
*
Merge "Add "list versions" test for Keystone"
Jenkins
2017-03-10
1
-0
/
+1
|
\
|
*
Add "list versions" test for Keystone
Ken'ichi Ohmichi
2017-03-09
1
-0
/
+1
*
|
Add call_and_ignore_notfound_exc to Keystone base
Samantha Blanco
2017-03-06
1
-5
/
+16
|
/
*
Merge "Domain specific roles API tests"
Jenkins
2017-02-28
1
-3
/
+6
|
\
|
*
Domain specific roles API tests
Rodrigo Duarte
2017-02-11
1
-3
/
+6
*
|
Update _create_test_user in identity base
Nicolas Helgeson
2017-02-13
1
-1
/
+1
|
/
*
Forcing dynamic credentials for identity admin
Andrea Frittoli
2016-12-19
1
-0
/
+18
*
Add inherited role assignments tests
Rodrigo Duarte
2016-09-29
1
-0
/
+1
*
Define separate inherited_roles_client for inherited roles
ghanshyam
2016-09-08
1
-0
/
+1
*
Don't create network resources for identity tests
Jordan Pittier
2016-09-06
1
-0
/
+6
*
Remove unnecessary resource_cleanup/setup
Ken'ichi Ohmichi
2016-09-02
1
-12
/
+0
*
TrivialFix: Remove logging import unused
Cao Xuan Hoang
2016-08-24
1
-3
/
+0
*
Make identity v3 users_client use **kwargs
ghanshyam
2016-08-03
1
-3
/
+3
*
Remove DataGenerator from the dentity base
Castulo J. Martinez
2016-07-15
1
-99
/
+0
*
Remove DataGenerator from admin V3 identity tests
Castulo J. Martinez
2016-07-15
1
-3
/
+34
*
Remove DataGenerator from admin V2 identity tests
Castulo J. Martinez
2016-07-14
1
-3
/
+36
*
Fix teardown of the identity api
Gyorgy Szombathelyi
2016-07-01
1
-6
/
+6
*
Remove unnecessary __init__ and resource_setup/cleanup
zhufl
2016-06-24
1
-12
/
+0
*
Remove the _try_wrapper function from identity tests
Matthew Treinish
2016-06-23
1
-15
/
+12
*
Cleanup projects in reverse order
Brant Knudson
2016-06-23
1
-1
/
+1
*
Update identity v2 users_client methods name
ghanshyam
2016-06-21
1
-1
/
+1
*
Make identity v2 user_client use **kwargs
ghanshyam
2016-06-17
1
-5
/
+10
*
Use scope in v3 identity client
Andrea Frittoli (andreaf)
2016-06-09
1
-0
/
+6
*
Introduce new helper: call_and_ignore_notfound_exc()
Jordan Pittier
2016-05-28
1
-4
/
+2
[next]