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

class FlavorsExtraSpecsTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_create()
test_create_empty_body()
test_create_no_admin()
test_delete()
test_delete_no_admin()
test_index()
test_index_no_data()
test_show()
test_show_spec_not_found()
test_update_item()
test_update_item_body_uri_mismatch()
test_update_item_empty_body()
test_update_item_no_admin()
test_update_item_too_many_keys()
class FlavorsExtraSpecsXMLSerializerTest(*args, **kwargs)

Bases: nova.test.TestCase

test_serializer()
test_show_update_serializer()
delete_flavor_extra_specs(context, flavor_id, key)
return_create_flavor_extra_specs(context, flavor_id, extra_specs)
return_empty_flavor_extra_specs(context, flavor_id)
return_flavor_extra_specs(context, flavor_id)
stub_flavor_extra_specs()

Previous topic

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

Next topic

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

This Page