This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.tests.test_quota Module

class nova.tests.test_quota.QuotaTestCase(methodName='runTest')

Bases: nova.test.TestCase

class StubImageService

Bases: object

show(*args, **kwargs)
QuotaTestCase.setUp()
QuotaTestCase.test_allowed_injected_file_path_bytes()
QuotaTestCase.test_default_allowed_injected_file_content_bytes()
QuotaTestCase.test_default_allowed_injected_files()
QuotaTestCase.test_max_injected_file_content_bytes()
QuotaTestCase.test_max_injected_file_path_bytes()
QuotaTestCase.test_max_injected_files()
QuotaTestCase.test_no_injected_files()
QuotaTestCase.test_overridden_allowed_injected_file_content_bytes()
QuotaTestCase.test_overridden_allowed_injected_files()
QuotaTestCase.test_quota_overrides()

Make sure overriding a projects quotas works

QuotaTestCase.test_too_many_addresses()
QuotaTestCase.test_too_many_cores()
QuotaTestCase.test_too_many_gigabytes()
QuotaTestCase.test_too_many_injected_file_content_bytes()
QuotaTestCase.test_too_many_injected_file_path_bytes()
QuotaTestCase.test_too_many_injected_files()
QuotaTestCase.test_too_many_instances()
QuotaTestCase.test_too_many_metadata_items()
QuotaTestCase.test_too_many_volumes()
QuotaTestCase.test_unlimited_cores()
QuotaTestCase.test_unlimited_db_allowed_injected_file_content_bytes()
QuotaTestCase.test_unlimited_db_allowed_injected_files()
QuotaTestCase.test_unlimited_default_allowed_injected_file_content_bytes()
QuotaTestCase.test_unlimited_default_allowed_injected_files()
QuotaTestCase.test_unlimited_floating_ips()
QuotaTestCase.test_unlimited_gigabytes()
QuotaTestCase.test_unlimited_instances()
QuotaTestCase.test_unlimited_metadata_items()
QuotaTestCase.test_unlimited_ram()
QuotaTestCase.test_unlimited_volumes()