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, **kwargs)[source]

Build auth dictionary.

It will create an auth dictionary based on all the arguments that it receives.

Module contents

Table Of Contents

Previous topic

keystone.tests package

Next topic

keystone.tests.functional package

Project Source

This Page