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

class FlavorManageTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_create()
test_create_public_default()
test_create_without_flavorid()
test_delete()
test_instance_type_exists_exception_returns_409()
fake_create(name, memory_mb, vcpus, root_gb, ephemeral_gb, flavorid, swap, rxtx_factor, is_public)
fake_destroy(flavorname)
fake_get_instance_type_by_flavor_id(flavorid, ctxt=None, read_deleted='yes')

Previous topic

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

Next topic

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

This Page