openstack-python-openstackc.../openstackclient/tests/unit/identity/v3
yangweiwei 0f749cacc2 Fix credentials in create, update and list.
Now, keystone has supported serverl auth method, like 'totp'.
Before we use this method, we should create the credential first.
And we need create it with type 'totp'. But now we cannot create
credential with this method.

Also, I think the type should not have constrains. We can create
any type in keystone project. So, we should do these actions too.
The type would be more which We cannot control.

Change-Id: Ie0482da3133fb515e4bb8e45f8c54f509589cc5e
Closes-bug: #1731848
2017-11-17 11:39:15 +08:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Implied Roles 2017-08-22 17:08:30 +00:00
test_catalog.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_consumer.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_credential.py Fix credentials in create, update and list. 2017-11-17 11:39:15 +08:00
test_domain.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_endpoint.py Optimize getting endpoint list 2017-09-26 14:31:07 -07:00
test_group.py Support to add/remove multi users for "group add/remove user" 2017-03-21 10:39:42 +08:00
test_identity_provider.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_implied_role.py Implied Roles 2017-08-22 17:08:30 +00:00
test_mappings.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_oauth.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_project.py Merge "Use *_as_ids instead *_as_list" 2017-07-26 03:58:57 +00:00
test_protocol.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_region.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_role.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_role_assignment.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_service.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_service_provider.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_token.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_trust.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_unscoped_saml.py Remove auth_with_unscoped_saml decorator 2016-12-04 18:59:09 +00:00
test_user.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00