The ceilometer.tests.functional.storage.test_impl_hbase Module

Tests for ceilometer/storage/impl_hbase.py

Note

In order to run the tests against real HBase server set the environment variable CEILOMETER_TEST_HBASE_URL to point to that HBase instance before running the tests. Make sure the Thrift server is running on that server.

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

Bases: ceilometer.tests.base.BaseTestCase

test_capabilities()[source]
test_event_capabilities()[source]
test_storage_capabilities()[source]
class ceilometer.tests.functional.storage.test_impl_hbase.ConnectionTest(*args, **kwds)[source]

Bases: ceilometer.tests.db.TestBase

test_hbase_connection(*args, **kwargs)[source]

Previous topic

The ceilometer.tests.functional.publisher.test_direct Module

Next topic

The ceilometer.tests.functional.storage.test_impl_log Module

Project Source

This Page