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]