The nova.tests.api.openstack.compute.contrib.test_simple_tenant_usage Module

class SimpleTenantUsageControllerTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_get_flavor_from_deleted_with_id()
test_get_flavor_from_deleted_with_id_of_deleted()
test_get_flavor_from_non_deleted_with_id_fails()
test_get_flavor_from_sys_meta()
class SimpleTenantUsageSerializerTest(*args, **kwargs)

Bases: nova.test.TestCase

test_serializer_index()
test_serializer_show()
class SimpleTenantUsageTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_get_tenants_usage_with_bad_start_date()
test_verify_detailed_index()
test_verify_index()
test_verify_index_future_end_time()
test_verify_show()
test_verify_show_cant_view_other_tenant()
test_verify_show_future_end_time()
test_verify_simple_index()
test_verify_simple_index_empty_param()
fake_instance_get_active_by_window_joined(self, context, begin, end, project_id)
get_fake_db_instance(start, end, instance_id, tenant_id)

Previous topic

The nova.tests.api.openstack.compute.contrib.test_services Module

Next topic

The nova.tests.api.openstack.compute.contrib.test_snapshots Module

This Page