The ceilometer.tests.functional.storage.test_impl_sqlalchemy Module

Tests for ceilometer/storage/impl_sqlalchemy.py

Note

In order to run the tests against real SQL server set the environment variable CEILOMETER_TEST_SQL_URL to point to a SQL server before running the tests.

class ceilometer.tests.functional.storage.test_impl_sqlalchemy.CapabilitiesTest(*args, **kwds)[source]

Bases: ceilometer.tests.base.BaseTestCase

test_alarm_capabilities()[source]
test_capabilities()[source]
test_event_capabilities()[source]
test_storage_capabilities()[source]
class ceilometer.tests.functional.storage.test_impl_sqlalchemy.CeilometerBaseTest(*args, **kwds)[source]

Bases: ceilometer.tests.db.TestBase

test_ceilometer_base()[source]
class ceilometer.tests.functional.storage.test_impl_sqlalchemy.EngineFacadeTest(*args, **kwds)[source]

Bases: ceilometer.tests.db.TestBase

test_no_not_supported_warning(*args, **keywargs)[source]
class ceilometer.tests.functional.storage.test_impl_sqlalchemy.EventTest(*args, **kwds)[source]

Bases: ceilometer.tests.db.TestBase

test_datetime_traits()[source]
test_event_repr()[source]
test_float_traits()[source]
test_int_traits()[source]
test_string_traits()[source]
class ceilometer.tests.functional.storage.test_impl_sqlalchemy.EventTypeTest(*args, **kwds)[source]

Bases: ceilometer.tests.db.TestBase

test_event_type_exists()[source]
test_event_type_unique()[source]
class ceilometer.tests.functional.storage.test_impl_sqlalchemy.RelationshipTest(*args, **kwds)[source]

Bases: ceilometer.tests.functional.storage.test_storage_scenarios.DBTestBase

test_clear_metering_data_meta_tables(*args, **keywargs)[source]

Previous topic

The ceilometer.tests.functional.storage.test_impl_mongodb Module

Next topic

The ceilometer.tests.functional.storage.test_pymongo_base Module

This Page