The ceilometer.tests.unit.storage.test_models Module

class ceilometer.tests.unit.storage.test_models.FakeModel(arg1, arg2)[source]

Bases: ceilometer.storage.base.Model

class ceilometer.tests.unit.storage.test_models.ModelTest(*args, **kwds)[source]

Bases: oslotest.base.BaseTestCase

test_as_dict()[source]
test_as_dict_recursive()[source]
test_as_dict_recursive_list()[source]
test_create_attributes()[source]
test_event_repr_no_traits()[source]
test_get_field_names_of_sample()[source]
class ceilometer.tests.unit.storage.test_models.TestTraitModel(*args, **kwds)[source]

Bases: oslotest.base.BaseTestCase

test_convert_value()[source]

Previous topic

The ceilometer.tests.unit.storage.test_get_connection Module

Next topic

The ceilometer.tests.unit.telemetry.test_notifications Module

Project Source

This Page