keystoneauth1.tests.unit.extras.oauth1 package

keystoneauth1.tests.unit.extras.oauth1 package

Submodules

keystoneauth1.tests.unit.extras.oauth1.test_oauth1 module

class keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests(*args, **kwargs)

Bases: keystoneauth1.tests.unit.utils.TestCase

TEST_ROOT_URL = 'http://127.0.0.1:5000/'
TEST_TOKEN = 'b0af05048b814f7caa024ea9f23117fa'
TEST_URL = 'http://127.0.0.1:5000/v3'
stub_auth(subject_token=None, **kwargs)
test_oauth_authenticate_success()
test_warning_dual_scope()

keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading module

class keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests(*args, **kwargs)

Bases: keystoneauth1.tests.unit.utils.TestCase

create(**kwargs)
setUp()

Hook method for setting up the test fixture before exercising it.

test_basic()
test_options()

Module contents

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.