keystoneauth1.tests.unit.extras.kerberos.base.
TestCase
(*args, **kwargs)¶Bases: keystoneauth1.tests.unit.utils.TestCase
Test case base class for Kerberos unit tests.
TEST_V3_URL
= 'http://127.0.0.1:5000/v3'¶assertRequestBody
(body=None)¶Ensure the request body is the standard Kerberos auth request.
Parameters: | body (dict) – the body to compare. If not provided the last request body will be used. |
---|
setUp
()¶keystoneauth1.tests.unit.extras.kerberos.test_kerberos_loading.
KerberosLoadingTests
(*args, **kwargs)¶Bases: keystoneauth1.tests.unit.utils.TestCase
test_options
()¶keystoneauth1.tests.unit.extras.kerberos.test_v3.
TestKerberosAuth
(*args, **kwargs)¶Bases: keystoneauth1.tests.unit.extras.kerberos.base.TestCase
setUp
()¶test_authenticate_with_kerberos_domain_scoped
()¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.