The ceilometer.tests.functional.api.v2.test_acl_scenarios Module

Test ACL.

class ceilometer.tests.functional.api.v2.test_acl_scenarios.TestAPIACL(*args, **kwds)[source]

Bases: ceilometer.tests.functional.api.v2.FunctionalTest

get_json(path, expect_errors=False, headers=None, q=None, **params)[source]
setUp(*args, **kwargs)[source]
test_authenticated(*args, **kwargs)[source]
test_authenticated_wrong_role(*args, **kwargs)[source]
test_non_admin_two_projects(*args, **kwargs)[source]
test_non_admin_wrong_project(*args, **kwargs)[source]
test_non_authenticated(*args, **kwargs)[source]
test_with_non_admin(*args, **kwargs)[source]
test_with_non_admin_missing_project_query(*args, **kwargs)[source]
class ceilometer.tests.functional.api.v2.test_acl_scenarios.TestAPIEventACL(*args, **kwds)[source]

Bases: ceilometer.tests.functional.api.v2.test_acl_scenarios.TestAPIACL

test_non_admin_get_event_types(*args, **kwargs)[source]
class ceilometer.tests.functional.api.v2.test_acl_scenarios.TestApiEventAdminRBAC(*args, **kwds)[source]

Bases: ceilometer.tests.functional.api.v2.test_acl_scenarios.TestBaseApiEventRBAC

tearDown()[source]
test_get_event(*args, **kwargs)[source]
test_get_event_bad(*args, **kwargs)[source]
test_get_events(*args, **kwargs)[source]
test_get_events_bad(*args, **kwargs)[source]
class ceilometer.tests.functional.api.v2.test_acl_scenarios.TestBaseApiEventRBAC(*args, **kwds)[source]

Bases: ceilometer.tests.functional.api.v2.FunctionalTest

setUp(*args, **kwargs)[source]
test_get_event(*args, **kwargs)[source]
test_get_events(*args, **kwargs)[source]
test_get_events_without_project(*args, **kwargs)[source]
test_get_events_without_scope(*args, **kwargs)[source]
test_get_events_without_user(*args, **kwargs)[source]

Previous topic

The ceilometer.tests.db Module

Next topic

The ceilometer.tests.functional.api.v2.test_api_upgrade Module

Project Source

This Page