openstack-python-openstackc.../openstackclient/tests/identity/v3
Navid Pustchi 6ae0d2e8a5 Moving authentication from keystoneclient to keystoneauth
Currently OpenStackClient uses keystoneclient for authentication.
This change will update OpenStackClient to use keystoneauth for
authentication.

All dependant test have been updated.

Updating how auth_ref is set in the tests to use KSA fixtures had
some racy side-effects.  The user_role_list tests failed when they
picked up an auth_ref that was a fixture.  This exposed a weakness
in ListUserRole that needed to be fixed at the same time re
handling of unscoped tokens and options.

Change-Id: I4ddb2dbbb3bf2ab37494468eaf65cef9213a6e00
Closes-Bug: 1533369
2016-06-09 18:00:40 +02:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Moving authentication from keystoneclient to keystoneauth 2016-06-09 18:00:40 +02:00
test_catalog.py Moving authentication from keystoneclient to keystoneauth 2016-06-09 18:00:40 +02:00
test_consumer.py Trivial: Reorder classes in identity v3 in alphabetical order 2016-03-11 10:02:25 +08:00
test_credential.py [Identity] Check return value is None in identity v3 unit tests 2016-03-08 15:58:25 +08:00
test_domain.py Test take_action() instead of run() in unit tests 2016-03-05 17:12:42 +08:00
test_endpoint.py Test take_action() instead of run() in unit tests 2016-03-05 17:12:42 +08:00
test_group.py Identity: Fix DisplayCommandBase comments for cliff Lister subclass tests 2016-02-10 22:44:29 +08:00
test_identity_provider.py Search by user defined ID for identity providers 2016-05-23 15:18:11 -04:00
test_mappings.py Trivial: Reorder classes in identity v3 in alphabetical order 2016-03-11 10:02:25 +08:00
test_oauth.py Trivial: Reorder classes in identity v3 in alphabetical order 2016-03-11 10:02:25 +08:00
test_project.py Test take_action() instead of run() in unit tests 2016-03-05 17:12:42 +08:00
test_protocol.py [Identity] Check return value is None in identity v3 unit tests 2016-03-08 15:58:25 +08:00
test_region.py Test take_action() instead of run() in unit tests 2016-03-05 17:12:42 +08:00
test_role.py [Identity] Check return value is None in identity v3 unit tests 2016-03-08 15:58:25 +08:00
test_role_assignment.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
test_service.py Test take_action() instead of run() in unit tests 2016-03-05 17:12:42 +08:00
test_service_provider.py Search by user defined ID for service providers 2016-05-24 18:45:58 +00:00
test_token.py Moving authentication from keystoneclient to keystoneauth 2016-06-09 18:00:40 +02:00
test_trust.py [Identity] Check return value is None in identity v3 unit tests 2016-03-08 15:58:25 +08:00
test_unscoped_saml.py Trivial: Reorder classes in identity v3 in alphabetical order 2016-03-11 10:02:25 +08:00
test_user.py [Identity] Check return value is None in identity v3 unit tests 2016-03-08 15:58:25 +08:00