keystone.tests.common package¶
Submodules¶
keystone.tests.common.auth module¶
-
class
keystone.tests.common.auth.
AuthTestMixin
[source]¶ Bases:
object
To hold auth building helper functions.
-
build_authentication_request
(token=None, user_id=None, username=None, user_domain_id=None, user_domain_name=None, password=None, kerberos=False, passcode=None, app_cred_id=None, app_cred_name=None, secret=None, **kwargs)[source]¶ Build auth dictionary.
It will create an auth dictionary based on all the arguments that it receives.
-